aboutsummaryrefslogtreecommitdiff
path: root/include/sway/xwayland.h
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-09-01 23:04:49 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-09-01 23:04:49 +1000
commitf4ec3083766280a5197cf40680bf991cc9afa41b (patch)
treeb20160b4d0b0798bd0b6a6050a455b5285479442 /include/sway/xwayland.h
parent1f1b1b34d6398d463658317dea06f640482f3caa (diff)
Implement window_type criteria token
Diffstat (limited to 'include/sway/xwayland.h')
-rw-r--r--include/sway/xwayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/xwayland.h b/include/sway/xwayland.h
index 78d1053b..121edad3 100644
--- a/include/sway/xwayland.h
+++ b/include/sway/xwayland.h
@@ -5,6 +5,7 @@
#include <xcb/xproto.h>
enum atom_name {
+ NET_WM_WINDOW_TYPE_NORMAL,
NET_WM_WINDOW_TYPE_DIALOG,
NET_WM_WINDOW_TYPE_UTILITY,
NET_WM_WINDOW_TYPE_TOOLBAR,