summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 9a5f2d56..a4a6dfeb 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -82,7 +82,7 @@ set_wm_check_hint (MetaScreen *screen)
static int
set_supported_hint (MetaScreen *screen)
{
-#define N_SUPPORTED 29
+#define N_SUPPORTED 30
#define N_WIN_SUPPORTED 1
Atom atoms[N_SUPPORTED];
@@ -115,6 +115,7 @@ set_supported_hint (MetaScreen *screen)
atoms[26] = screen->display->atom_net_wm_state_fullscreen;
atoms[27] = screen->display->atom_net_wm_ping;
atoms[28] = screen->display->atom_net_active_window;
+ atoms[29] = screen->display->atom_net_wm_workarea;
XChangeProperty (screen->display->xdisplay, screen->xroot,
screen->display->atom_net_supported,