Check if window manager supports fullscreen; related to issue #128

This commit is contained in:
Bert Münnich
2014-02-02 14:56:01 +01:00
parent e2fa49ecfe
commit 2e758f78c1
2 changed files with 44 additions and 0 deletions

View File

@ -36,6 +36,7 @@ enum {
ATOM__NET_WM_ICON,
ATOM__NET_WM_STATE,
ATOM__NET_WM_STATE_FULLSCREEN,
ATOM__NET_SUPPORTED,
ATOM_COUNT
};