changeset 75135:c42f3e23e076

(x_display_info): New: net_supported_atoms, nr_net_supported_atoms and net_supported_window.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 08 Jan 2007 17:56:42 +0000
parents a63f4ee8a579
children 9ae0d438e444
files src/xterm.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Mon Jan 08 17:56:31 2007 +0000
+++ b/src/xterm.h	Mon Jan 08 17:56:42 2007 +0000
@@ -396,7 +396,10 @@
   size_t x_dnd_atoms_size;
   size_t x_dnd_atoms_length;
 
-  int have_net_atoms;
+  /* Extended window manager hints, Atoms supported by the window manager  */
+  Atom *net_supported_atoms;
+  int nr_net_supported_atoms;
+  Window net_supported_window;
 };
 
 #ifdef HAVE_X_I18N