1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

xdnd drop support on dock.

This commit is contained in:
id
1999-05-17 20:21:43 +00:00
parent d6f1c81924
commit d40250728d
14 changed files with 383 additions and 165 deletions

View File

@@ -113,15 +113,6 @@ Atom _XA_WINDOWMAKER_COMMAND;
Atom _XA_DND_PROTOCOL;
Atom _XA_DND_SELECTION;
#endif
#ifdef XDE_DND
Atom _XA_XDE_REQUEST;
Atom _XA_XDE_ENTER;
Atom _XA_XDE_LEAVE;
Atom _XA_XDE_DATA_AVAILABLE;
Atom _XDE_FILETYPE;
Atom _XDE_URLTYPE;
#endif
/* cursors */
Cursor wCursor[WCUR_LAST];