summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-08-27 21:09:12 +0200
committerDave Davenport <qball@gmpclient.org>2015-08-27 21:09:12 +0200
commit3c91c8d6e023ded070da712ebdbf6908e3db7759 (patch)
tree632089aef949262fdba4f7a1f7a4a79740411b7d /include/x11-helper.h
parentb07a9fc90435de19e3d6db3fe6b562512d8262f2 (diff)
Issue: #213 hide windows marked as type DOCK
Removes i3 hack.
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index 540f6787..d29ae544 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -42,6 +42,8 @@ int window_get_cardinal_prop ( Display *display, Window w, Atom atom, unsigned l
X ( _NET_WM_STATE_ABOVE ), \
X ( _NET_WM_STATE_DEMANDS_ATTENTION ), \
X ( _NET_WM_STATE_WITHDRAWN ), \
+ X ( _NET_WM_WINDOW_TYPE ), \
+ X ( _NET_WM_WINDOW_TYPE_DOCK ), \
X ( _NET_WM_DESKTOP ), \
X ( CLIPBOARD ), \
X ( UTF8_STRING ), \