diff src/device-x.c @ 197:acd284d43ca1 r20-3b25

Import from CVS: tag r20-3b25
author cvs
date Mon, 13 Aug 2007 10:00:02 +0200
parents f53b5ca2e663
children e45d5e7c476e
line wrap: on
line diff
--- a/src/device-x.c	Mon Aug 13 09:59:07 2007 +0200
+++ b/src/device-x.c	Mon Aug 13 10:00:02 2007 +0200
@@ -49,6 +49,10 @@
 #include "sysfile.h"
 #include "systime.h"
 
+#ifdef HAVE_OFFIX_DND
+#include "offix.h"
+#endif
+
 Lisp_Object Vdefault_x_device;
 
 /* Qdisplay in general.c */
@@ -312,9 +316,14 @@
       XSetCommand (XtDisplay (shell), XtWindow (shell), new_argv, new_argc);
       free_argc_argv (new_argv);
     }
+
   }
 #endif /* HAVE_SESSION */
 
+#ifdef HAVE_OFFIX_DND
+  DndInitialize ( DEVICE_XT_APP_SHELL (d) );
+#endif
+
   Vx_initial_argv_list = make_arg_list (argc, argv);
   free_argc_argv (argv);