mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-03 04:14:20 +01:00
added sorting to tree bag
This commit is contained in:
@@ -927,7 +927,7 @@ getTypeList(Window window, XClientMessageEvent *event)
|
|||||||
|
|
||||||
if (types[0] == 0) {
|
if (types[0] == 0) {
|
||||||
wwarning("received invalid drag & drop type list");
|
wwarning("received invalid drag & drop type list");
|
||||||
//XXX return;
|
/*XXX return;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
return types;
|
return types;
|
||||||
@@ -1065,7 +1065,6 @@ W_HandleDNDClientMessage(WMView *toplevel, XClientMessageEvent *event)
|
|||||||
1, 0, 0, action);
|
1, 0, 0, action);
|
||||||
}
|
}
|
||||||
|
|
||||||
// puts("position");
|
|
||||||
} else if (event->message_type == scr->xdndLeaveAtom
|
} else if (event->message_type == scr->xdndLeaveAtom
|
||||||
&& scr->dragInfo.sourceWindow == event->data.l[0]) {
|
&& scr->dragInfo.sourceWindow == event->data.l[0]) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user