From fc82c45286df73db3e3240fd1b8c71152d531004 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 27 Mar 2009 18:37:41 +0000 Subject: [PATCH] (struct x_display_info): Add atoms for _NET_WM_STATE. --- src/xterm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xterm.h b/src/xterm.h index b520c1dfd11..6681d4ed440 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -356,6 +356,10 @@ struct x_display_info 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 -- 2.39.5