summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-09 21:25:29 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-09 21:25:29 +0100
commit289795b22a2ab0bf3f24e514c50f43df860f2690 (patch)
treeb7cf5179b1e999b2d0e9395cbddf199a99062d1e /include/x11-helper.h
parent9b12f69fec93756e5e5b5c470d1250d5ffe9eb92 (diff)
Fix finding active desktop!
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index b075feeb..a3647b71 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -55,6 +55,7 @@ int window_get_cardinal_prop ( Display *display, Window w, Atom atom, unsigned l
X ( _NET_WM_WINDOW_TYPE_NORMAL ), \
X ( _NET_WM_STATE_FULLSCREEN ), \
X ( _NET_WM_DESKTOP ), \
+ X ( _NET_DESKTOP_VIEWPORT ), \
X ( CLIPBOARD ), \
X ( UTF8_STRING ), \
X ( _NET_WM_WINDOW_OPACITY )