slightly rework WM_STATE set/get to make it less ambigious; will be more clear

on what needs to change to make it right in the end.
This commit is contained in:
okan
2013-04-17 13:52:20 +00:00
parent 1dbcc394ae
commit 302690624e
3 changed files with 14 additions and 11 deletions

View File

@@ -477,7 +477,7 @@ int xu_ptr_regrab(int, Cursor);
void xu_ptr_setpos(Window, int, int);
void xu_ptr_ungrab(void);
void xu_sendmsg(Window, Atom, long);
void xu_setstate(struct client_ctx *, int);
void xu_setstate(Window win, int);
void xu_xorcolor(XRenderColor, XRenderColor,
XRenderColor *);