summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorLars Luthman <mail@larsluthman.net>2015-08-25 12:07:05 +0200
committerOlivier Fourdan <fourdan@xfce.org>2015-08-25 16:57:25 +0200
commit3f29fb1342e6fc76970e8bfbbbc857568349abdc (patch)
treef8d42bef127a72c93cd18fb5149481857318550d /src/client.h
parentd8fe4788541f5092e049b8f18ce1fbcfc2a09147 (diff)
downloadxfwm4-3f29fb1342e6fc76970e8bfbbbc857568349abdc.tar.gz
Stack notifications on top of fullscreen windows
Bug: 7928 Add support for _NET_WM_WINDOW_TYPE_NOTIFICATION windows and stack them in a specific layer above of all other layers.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index aa2b1e0ab..2687033a6 100644
--- a/src/client.h
+++ b/src/client.h
@@ -254,7 +254,8 @@ typedef enum
WINDOW_TOOLBAR = (1 << 5),
WINDOW_MENU = (1 << 6),
WINDOW_UTILITY = (1 << 7),
- WINDOW_SPLASHSCREEN = (1 << 8)
+ WINDOW_SPLASHSCREEN = (1 << 8),
+ WINDOW_NOTIFICATION = (1 << 9)
}
netWindowType;