From acd51077eaa3cd8f0dd4183af7aa8abae01f8cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 1 Jul 2009 16:58:05 +0000 Subject: * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky * xterm.c (x_handle_net_wm_state): Also look for sticky. (x_term_init): Initialize Xatom_net_wm_state_sticky. * frame.h: Declare Qsticky. --- src/xterm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xterm.h') diff --git a/src/xterm.h b/src/xterm.h index 0d9d4804e5f..3c738861af4 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -359,7 +359,8 @@ struct x_display_info /* Atoms dealing with maximization and fullscreen */ Atom Xatom_net_wm_state, Xatom_net_wm_state_fullscreen_atom, - Xatom_net_wm_state_maximized_horz, Xatom_net_wm_state_maximized_vert; + Xatom_net_wm_state_maximized_horz, Xatom_net_wm_state_maximized_vert, + Xatom_net_wm_state_sticky; }; #ifdef HAVE_X_I18N -- cgit v1.2.1