diff src/ChangeLog @ 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 e4fa191eaf50
children 45c915e20813
line wrap: on
line diff
--- a/src/ChangeLog	Sun Dec 13 14:24:22 2009 +0000
+++ b/src/ChangeLog	Sun Dec 13 15:39:28 2009 +0000
@@ -1,5 +1,16 @@
+2009-12-13  Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
+
+	* xfns.c (x_create_tip_frame): Set the extended window manager hint for
+	tooltip windows.
+
 2009-12-13  Jan Djärv  <jan.h.d@swipnet.se>
 
+	* 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.
+
 	* xterm.c (my_log_handler): New function.
 	(x_term_init): Set my_log_handler as log handler during gtk_init
 	so we can filter out buggy messages. (bug #5120).