mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
xdnd drop support on dock.
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
#include "WindowMaker.h"
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef XDE_DND
|
||||
#include <gdk/gdk.h>
|
||||
#endif
|
||||
|
||||
#include <proplist.h>
|
||||
|
||||
|
||||
@@ -298,7 +294,7 @@ typedef struct _WScreen {
|
||||
struct WWindow *shortcutWindow[MAX_WINDOW_SHORTCUTS];
|
||||
struct LinkedList *shortcutSelectedWindows[MAX_WINDOW_SHORTCUTS];
|
||||
|
||||
#ifdef XDE_DND
|
||||
#ifdef XDND
|
||||
char *xdestring;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user