diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-01 10:37:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-01 10:37:42 -0400 |
commit | 4ac67d6408fea10aa229b266d09c2d4f92692691 (patch) | |
tree | b20160b4d0b0798bd0b6a6050a455b5285479442 /include/sway/xwayland.h | |
parent | 1f1b1b34d6398d463658317dea06f640482f3caa (diff) | |
parent | f4ec3083766280a5197cf40680bf991cc9afa41b (diff) |
Merge pull request #2550 from RyanDwyer/window-type-criteria
Implement window_type criteria token
Diffstat (limited to 'include/sway/xwayland.h')
-rw-r--r-- | include/sway/xwayland.h | 1 |
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, |