diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2013-12-11 15:41:12 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2013-12-11 15:41:12 +0000 |
commit | 4e4083c78838b391ec765b81c02466a3422f994c (patch) | |
tree | ddf278006061980c94561bafddee606ffcc25e0c /app/cwm/calmwm.h | |
parent | f70fabe83f1450fd09ad8c5dceb5eac0a203b356 (diff) |
Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify
events; based off a diff from Thomas Adam.
Diffstat (limited to 'app/cwm/calmwm.h')
-rw-r--r-- | app/cwm/calmwm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 10d47ccd2..8ce7bdc2a 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.232 2013/12/11 14:16:09 okan Exp $ + * $OpenBSD: calmwm.h,v 1.233 2013/12/11 15:41:11 okan Exp $ */ #ifndef _CALMWM_H_ @@ -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 *); |