about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2008-05-17 03:59:54 +0000
committerokan <okan>2008-05-17 03:59:54 +0000
commit9a58e74401a651b770e1f6fcbf5f7edfcc4ee9d1 (patch)
tree34eb9a1fdeb929b921f37150b911f3c44fd6f89f /calmwm.h
parent5034a77849c3a0ed91b67d1de65f063c9056cbc7 (diff)
downloadcwm-9a58e74401a651b770e1f6fcbf5f7edfcc4ee9d1.tar.gz
cwm-9a58e74401a651b770e1f6fcbf5f7edfcc4ee9d1.tar.xz
cwm-9a58e74401a651b770e1f6fcbf5f7edfcc4ee9d1.zip
fix cwm's current XShape support from Edd Barrett -thanks.
XShape events should be handled at some point.

ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 5fdf989..06ba4ba 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -355,6 +355,7 @@ struct client_ctx	*client_mrunext(struct client_ctx *cc);
 struct client_ctx	*client_mruprev(struct client_ctx *cc);
 void			 client_gethints(struct client_ctx *cc);
 void			 client_freehints(struct client_ctx *cc);
+void			 client_do_shape(struct client_ctx *);
 
 void			 xev_handle_maprequest(struct xevent *, XEvent *);
 void			 xev_handle_unmapnotify(struct xevent *, XEvent *);