diff src/xterm.h @ 106561:85bf88fe0269

Set the extended window manager hint for tooltip windows. * xfns.c (x_create_tip_frame): Set the extended window manager hint for tooltip windows. * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and Xatom_net_window_type. * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and Xatom_net_window_type.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 13 Dec 2009 15:39:28 +0000
parents cd4cbab8bb21
children 1d1d5d9bd884
line wrap: on
line diff
--- a/src/xterm.h	Sun Dec 13 14:24:22 2009 +0000
+++ b/src/xterm.h	Sun Dec 13 15:39:28 2009 +0000
@@ -355,10 +355,12 @@
   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,