X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdragdrop.c;h=752f82a064c04d41c6909668e60e07e7fd3bc94c;hb=3f711eea68ce5fd586297b43c8d9936cd2ba916f;hp=713355d73116e0f862135c2908964a82063c4cfd;hpb=b267e52aa03bee2c488c8a78824d96cf2d9a6ccc;p=chise%2Fxemacs-chise.git.1 diff --git a/src/dragdrop.c b/src/dragdrop.c index 713355d..752f82a 100644 --- a/src/dragdrop.c +++ b/src/dragdrop.c @@ -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 }