]> code.delx.au - gnu-emacs/commitdiff
(struct x_display_info): Fix indentation.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 10 Nov 2006 07:55:13 +0000 (07:55 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 10 Nov 2006 07:55:13 +0000 (07:55 +0000)
src/xterm.h

index 94ae9472200880cd0fb362705fad090ec4c0e3c5..af4225ae806467734613f6e9e0ec02c071ae7a64 100644 (file)
@@ -391,10 +391,12 @@ struct x_display_info
     } 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;
+  /* Atoms that are drag and drop atoms */
+  Atom *x_dnd_atoms;
+  size_t x_dnd_atoms_size;
+  size_t x_dnd_atoms_length;
+
+  int have_net_atoms;
 };
 
 #ifdef HAVE_X_I18N