xwm: Add _NET_CLIENT_LIST support

Fixes: https://github.com/swaywm/wlroots/issues/1469
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2019-02-13 11:18:46 +01:00 committed by emersion
parent 69b9e2ae8f
commit e7d9cf5815
2 changed files with 28 additions and 0 deletions

View file

@ -80,6 +80,7 @@ enum atom_name {
DND_ACTION_COPY,
DND_ACTION_ASK,
DND_ACTION_PRIVATE,
_NET_CLIENT_LIST,
ATOM_LAST,
};