emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.h,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h,v
Date: Fri, 11 Aug 2006 07:30:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/08/11 07:30:36

Index: xterm.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.h,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -b -r1.185 -r1.186
--- xterm.h     16 Jun 2006 12:12:27 -0000      1.185
+++ xterm.h     11 Aug 2006 07:30:36 -0000      1.186
@@ -389,6 +389,12 @@
       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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]