Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify

events; based off a diff from Thomas Adam.
This commit is contained in:
okan
2013-12-11 15:41:11 +00:00
parent 0d9b1becff
commit 7e0749b0b1
3 changed files with 15 additions and 7 deletions

View File

@@ -398,6 +398,7 @@ void client_unhide(struct client_ctx *);
void client_vmaximize(struct client_ctx *);
void client_vtile(struct client_ctx *);
void client_warp(struct client_ctx *);
void client_wm_hints(struct client_ctx *);
void group_alltoggle(struct screen_ctx *);
void group_autogroup(struct client_ctx *);