xwm: rewrite xwm initialization

This commit is contained in:
Tony Crisci 2017-10-26 10:39:36 -04:00
parent ff0006d0f0
commit 263279b7e0
2 changed files with 122 additions and 68 deletions

View file

@ -23,6 +23,8 @@ enum atom_name {
WINDOW,
_NET_ACTIVE_WINDOW,
_NET_WM_MOVERESIZE,
_NET_WM_NAME,
_NET_SUPPORTING_WM_CHECK,
ATOM_LAST,
};