aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-01 23:04:49 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-01 23:04:49 +1000
commitf4ec3083766280a5197cf40680bf991cc9afa41b (patch)
treeb20160b4d0b0798bd0b6a6050a455b5285479442 /sway/desktop/xwayland.c
parentMerge pull request #2546 from RyanDwyer/fix-transaction-spamming (diff)
downloadsway-f4ec3083766280a5197cf40680bf991cc9afa41b.tar.gz
sway-f4ec3083766280a5197cf40680bf991cc9afa41b.tar.zst
sway-f4ec3083766280a5197cf40680bf991cc9afa41b.zip
Implement window_type criteria token
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r--sway/desktop/xwayland.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c
index 4e401008..2adc28c5 100644
--- a/sway/desktop/xwayland.c
+++ b/sway/desktop/xwayland.c
@@ -17,6 +17,7 @@
17#include "sway/tree/view.h" 17#include "sway/tree/view.h"
18 18
19static const char *atom_map[ATOM_LAST] = { 19static const char *atom_map[ATOM_LAST] = {
20 "_NET_WM_WINDOW_TYPE_NORMAL",
20 "_NET_WM_WINDOW_TYPE_DIALOG", 21 "_NET_WM_WINDOW_TYPE_DIALOG",
21 "_NET_WM_WINDOW_TYPE_UTILITY", 22 "_NET_WM_WINDOW_TYPE_UTILITY",
22 "_NET_WM_WINDOW_TYPE_TOOLBAR", 23 "_NET_WM_WINDOW_TYPE_TOOLBAR",