diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2009-07-01 16:58:05 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2009-07-01 16:58:05 +0000 |
commit | acd51077eaa3cd8f0dd4183af7aa8abae01f8cee (patch) | |
tree | 877a92ed9a3c8068badfe14db98b40a8ee700612 /src/xterm.h | |
parent | 17db8e10a295d09683df316ad847856f62034420 (diff) | |
download | emacs-acd51077eaa3cd8f0dd4183af7aa8abae01f8cee.tar.gz |
* 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.
Diffstat (limited to 'src/xterm.h')
-rw-r--r-- | src/xterm.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |