]> code.delx.au - gnu-emacs/blobdiff - src/xterm.h
(struct x_display_info): Fix indentation.
[gnu-emacs] / 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