mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-04 07:45:48 +01:00
- put back wmksize(), wmkrange() and wmkpoint() as functions instead of macros
- fixed some compilation warnings with -Wall - some code cleanup
This commit is contained in:
@@ -189,8 +189,8 @@ receivedData(WMView *view, Atom selection, Atom target, Time timestamp,
|
||||
Bool WMRequestDroppedData(WMView *view, WMDraggingInfo *info, char *type,
|
||||
WMDropDataCallback *callback)
|
||||
{
|
||||
WMScreen *scr = W_VIEW_SCREEN(view);
|
||||
#if 0
|
||||
WMScreen *scr = W_VIEW_SCREEN(view);
|
||||
if (info->finished) {
|
||||
return False;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user