1
0
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:
kojima
2000-03-29 19:09:59 +00:00
parent 7bb187a3b3
commit 137ce7e0f1

View File

@@ -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]) {