aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
diff options
context:
space:
mode:
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",