# HG changeset patch # User Jan Dj¸«£rv # Date 1168279002 0 # Node ID c42f3e23e07665b460a2162851adaacf81058797 # Parent a63f4ee8a579483132a1a169a311ec21a9f1169c (x_display_info): New: net_supported_atoms, nr_net_supported_atoms and net_supported_window. diff -r a63f4ee8a579 -r c42f3e23e076 src/xterm.h --- 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