diff options
author | Uli Schlachter <psychon@znc.in> | 2019-02-13 11:18:46 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-02-15 11:08:54 +0100 |
commit | e7d9cf58152ab78cc5b231d7cf49afcb21e1f5a1 (patch) | |
tree | b7ee4a610df15ff6e4e70bd337343b073fad2059 /include/xwayland | |
parent | 69b9e2ae8fd6ae01cf57115409960ff08cae96ad (diff) |
xwm: Add _NET_CLIENT_LIST support
Fixes: https://github.com/swaywm/wlroots/issues/1469
Signed-off-by: Uli Schlachter <psychon@znc.in>
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 a3bdc48c..00f2f3d5 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -80,6 +80,7 @@ enum atom_name { DND_ACTION_COPY, DND_ACTION_ASK, DND_ACTION_PRIVATE, + _NET_CLIENT_LIST, ATOM_LAST, }; |