diff options
author | Paolo Molaro <lupus@src.gnome.org> | 2000-05-06 11:57:31 +0000 |
---|---|---|
committer | Paolo Molaro <lupus@src.gnome.org> | 2000-05-06 11:57:31 +0000 |
commit | 8a836c07cfcfdab1028943ac145bf0054a0c1fee (patch) | |
tree | 173babf9d627dc8db8ced5dd24b0e98f30c40408 /gtk/gtkdnd.c | |
parent | ea71f02acabad0319104a9da5b8532b3cebe1829 (diff) | |
download | gtk+-8a836c07cfcfdab1028943ac145bf0054a0c1fee.tar.gz |
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
* gdk/nanox/*: nano-X port work in progress.
* gdk/simple.c: simple test for Gdk.
* README.nanox: notes about the port: read this first!
* gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
with nano-X.
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 43b19e47fa..781a3aad90 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -30,6 +30,8 @@ #include "x11/gdkx.h" #elif defined (GDK_WINDOWING_WIN32) #include "win32/gdkwin32.h" +#elif defined (GDK_WINDOWING_NANOX) +#include "nanox/gdkprivate-nanox.h" #endif #include "gdk/gdkkeysyms.h" |