]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 11 Aug 2006 07:30:36 +0000 (07:30 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 11 Aug 2006 07:30:36 +0000 (07:30 +0000)
 of drag and drop Atoms.

src/xterm.h

index 10a9aaa2961d5cf899af73ceb23c8e395cea703f..9aa1d8fcacb4ade2af78aeffbf484d3c1fc61ba6 100644 (file)
@@ -389,6 +389,12 @@ struct x_display_info
       X_WMTYPE_A,
       X_WMTYPE_B
     } wm_type;
+
+
+    /* Atoms that are drag and drop atoms */
+    Atom *x_dnd_atoms;
+    size_t x_dnd_atoms_size;
+    size_t x_dnd_atoms_length;
 };
 
 #ifdef HAVE_X_I18N