aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorJan Djärv2009-07-01 16:58:05 +0000
committerJan Djärv2009-07-01 16:58:05 +0000
commitacd51077eaa3cd8f0dd4183af7aa8abae01f8cee (patch)
tree877a92ed9a3c8068badfe14db98b40a8ee700612 /src/xterm.h
parent17db8e10a295d09683df316ad847856f62034420 (diff)
downloademacs-acd51077eaa3cd8f0dd4183af7aa8abae01f8cee.tar.gz
emacs-acd51077eaa3cd8f0dd4183af7aa8abae01f8cee.zip
* 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.h3
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
359 359
360 /* Atoms dealing with maximization and fullscreen */ 360 /* Atoms dealing with maximization and fullscreen */
361 Atom Xatom_net_wm_state, Xatom_net_wm_state_fullscreen_atom, 361 Atom Xatom_net_wm_state, Xatom_net_wm_state_fullscreen_atom,
362 Xatom_net_wm_state_maximized_horz, Xatom_net_wm_state_maximized_vert; 362 Xatom_net_wm_state_maximized_horz, Xatom_net_wm_state_maximized_vert,
363 Xatom_net_wm_state_sticky;
363}; 364};
364 365
365#ifdef HAVE_X_I18N 366#ifdef HAVE_X_I18N