diff options
author | emersion <contact@emersion.fr> | 2018-09-03 09:23:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-03 09:23:47 +0200 |
commit | d31a267f36aa23d6ac40709226c0d4a939cf00b4 (patch) | |
tree | e91018bcc191d95c50fe599f3a15ab1a7fc6886e /include/xwayland | |
parent | d22431d969d055b4ef82b21daa6f7b6dfb3e1f2b (diff) | |
parent | b8cc4a4152e5bf7bbe9644c63bcf0e874bb28322 (diff) |
Merge pull request #1226 from RyanDwyer/xwayland-set-role
xwayland: Introduce set_role event
Diffstat (limited to 'include/xwayland')
-rw-r--r-- | include/xwayland/xwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 607cc797..3536bbc8 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -25,6 +25,7 @@ enum atom_name { WM_HINTS, WM_NORMAL_HINTS, WM_SIZE_HINTS, + WM_WINDOW_ROLE, MOTIF_WM_HINTS, UTF8_STRING, WM_S0, |