]> code.delx.au - gnu-emacs/blobdiff - src/xterm.h
(INFO_TARGETS, DVI_TARGETS): Add edt.
[gnu-emacs] / src / xterm.h
index 1ad2a097016b50e338ca5dbb1e96a1e69a992dd3..6c6de8d901d43e81c4e3c2dedf22d09c5d5ef234 100644 (file)
@@ -355,10 +355,12 @@ struct x_display_info
   size_t x_dnd_atoms_size;
   size_t x_dnd_atoms_length;
 
-  /* Extended window manager hints, Atoms supported by the window manager  */
+  /* Extended window manager hints, Atoms supported by the window manager and
+     atoms for settig the window type.  */
   Atom *net_supported_atoms;
   int nr_net_supported_atoms;
   Window net_supported_window;
+  Atom Xatom_net_window_type, Xatom_net_window_type_tooltip;
 
   /* Atoms dealing with maximization and fullscreen */
   Atom Xatom_net_wm_state, Xatom_net_wm_state_fullscreen_atom,