From 46dfb8fbad2fa4dd046c877bf37baf3605b69918 Mon Sep 17 00:00:00 2001 From: Jan Djärv Date: Fri, 27 Mar 2009 18:40:04 +0000 Subject: (handle_one_xevent): Call x_handle_net_wm_state if the property _NET_WM_STATE has changed. updated. (x_handle_net_wm_state): New function to update frame parameter fullscreen. (x_term_init): Initialize atoms for _NET_WM_STATE. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 93a3810d3bd..fa0edf01055 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2009-03-27 Jan Djärv + + * frame.c (x_set_font): If the fullscreen property is non-nil, adjust + lines and columns so we keep the same pixel height and width. + + * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if + the property _NET_WM_STATE has changed. + updated. + (x_handle_net_wm_state): New function to update frame parameter + fullscreen. + (x_term_init): Initialize atoms for _NET_WM_STATE. + + * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE. + 2009-03-27 Kevin Ryde * keyboard.c (tty_read_avail_input): Don't treat a -1 return from -- cgit v1.2.1