X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdragdrop.c;h=752f82a064c04d41c6909668e60e07e7fd3bc94c;hb=e47e95aae354b619b35d5770cc67ca8ec0fe56ad;hp=ff7db6ee26430e9b3e641938d87442ccde02b9ed;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/dragdrop.c b/src/dragdrop.c index ff7db6e..752f82a 100644 --- a/src/dragdrop.c +++ b/src/dragdrop.c @@ -130,7 +130,7 @@ Each element is the feature symbol of the protocol. Vdragdrop_protocols = Qnil; -#ifdef HAVE_MSWINDOWS +#ifdef HAVE_MS_WINDOWS Vdragdrop_protocols = Fcons ( Qmswindows , Vdragdrop_protocols ); #endif #ifdef HAVE_CDE @@ -139,4 +139,7 @@ Each element is the feature symbol of the protocol. #ifdef HAVE_OFFIX_DND Vdragdrop_protocols = Fcons ( intern ("offix") , Vdragdrop_protocols ); #endif +#ifdef HAVE_GTK + Vdragdrop_protocols = Fcons ( Qgtk , Vdragdrop_protocols ); +#endif }