xwm: refactor client message handler

This commit is contained in:
Tony Crisci 2017-10-26 09:01:53 -04:00
parent a861b380ef
commit ff0006d0f0
2 changed files with 44 additions and 25 deletions

View file

@ -22,6 +22,7 @@ enum atom_name {
WM_TAKE_FOCUS,
WINDOW,
_NET_ACTIVE_WINDOW,
_NET_WM_MOVERESIZE,
ATOM_LAST,
};