Mercurial > emacs
changeset 102749:67ccc027ee1b
(struct x_display_info): Add atoms for _NET_WM_STATE.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 27 Mar 2009 18:37:41 +0000 |
parents | ef4cce3abb27 |
children | 5f5d66aa8cda |
files | src/xterm.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Fri Mar 27 18:34:58 2009 +0000 +++ b/src/xterm.h Fri Mar 27 18:37:41 2009 +0000 @@ -356,6 +356,10 @@ Atom *net_supported_atoms; int nr_net_supported_atoms; Window net_supported_window; + + /* 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; }; #ifdef HAVE_X_I18N