aboutsummaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-02-02 14:56:01 +0100
committerBert Münnich <ber.t@posteo.de>2014-02-02 14:56:01 +0100
commit2e758f78c151b35b316c3286c83e14a435242486 (patch)
tree8fd24d1f98ac12f4ee39d0010cb287098faaea88 /window.h
parente2fa49ecfea58d8ec77b633fcee66e2b7ed95467 (diff)
downloadnsxiv-2e758f78c151b35b316c3286c83e14a435242486.tar.zst
Check if window manager supports fullscreen; related to issue #128
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.h b/window.h
index b9e064d..ec71319 100644
--- a/window.h
+++ b/window.h
@@ -36,6 +36,7 @@ enum {
ATOM__NET_WM_ICON,
ATOM__NET_WM_STATE,
ATOM__NET_WM_STATE_FULLSCREEN,
+ ATOM__NET_SUPPORTED,
ATOM_COUNT
};