summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2015-08-24 15:42:57 +0000
committerokan <okan>2015-08-24 15:42:57 +0000
commitdcfbc9e809623eee64e9df28fd8cfc754d1f6a6a (patch)
tree5c8a9ccd75deb129e1cfd82df3f2bc2a1f596d1e /conf.c
parent97db17d0568c8dcb41173104af16b000879a36e4 (diff)
downloadcwm-dcfbc9e809623eee64e9df28fd8cfc754d1f6a6a.tar.gz
cwm-dcfbc9e809623eee64e9df28fd8cfc754d1f6a6a.tar.xz
cwm-dcfbc9e809623eee64e9df28fd8cfc754d1f6a6a.zip
Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but
bottom-to-top order, as per spec (notified Thomas as well).
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 4bcfbb8..608acf0 100644
--- a/conf.c
+++ b/conf.c
@@ -668,6 +668,7 @@ static char *ewmhints[] = {
 	"_NET_SUPPORTING_WM_CHECK",
 	"_NET_ACTIVE_WINDOW",
 	"_NET_CLIENT_LIST",
+	"_NET_CLIENT_LIST_STACKING",
 	"_NET_NUMBER_OF_DESKTOPS",
 	"_NET_CURRENT_DESKTOP",
 	"_NET_DESKTOP_VIEWPORT",