comparison 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
comparison
equal deleted inserted replaced
106560:e4fa191eaf50 106561:85bf88fe0269
1 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
2
3 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
4 tooltip windows.
5
1 2009-12-13 Jan Djärv <jan.h.d@swipnet.se> 6 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
7
8 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
9 Xatom_net_window_type.
10
11 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
12 Xatom_net_window_type.
2 13
3 * xterm.c (my_log_handler): New function. 14 * xterm.c (my_log_handler): New function.
4 (x_term_init): Set my_log_handler as log handler during gtk_init 15 (x_term_init): Set my_log_handler as log handler during gtk_init
5 so we can filter out buggy messages. (bug #5120). 16 so we can filter out buggy messages. (bug #5120).
6 17