comparison src/event-gtk.c @ 4790:bc4f2511bbea

Remove support for the OffiX drag-and-drop protocol. See xemacs-patches message with ID <870180fe0912211421m3e3d7891pdadefef167b50cb4@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Tue, 22 Dec 2009 15:52:06 -0700
parents 33b9323388c5
children b3ea9c582280
comparison
equal deleted inserted replaced
4789:56049bea9231 4790:bc4f2511bbea
58 #include "dragdrop.h" 58 #include "dragdrop.h"
59 #endif 59 #endif
60 60
61 #ifdef HAVE_MENUBARS 61 #ifdef HAVE_MENUBARS
62 # include "menubar.h" 62 # include "menubar.h"
63 #endif
64
65 #if defined (HAVE_OFFIX_DND)
66 #include "offix.h"
67 #endif 63 #endif
68 64
69 #include <gdk/gdkx.h> 65 #include <gdk/gdkx.h>
70 66
71 #include "event-gtk.h" 67 #include "event-gtk.h"