about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2008-06-14 22:04:11 +0000
committerokan <okan>2008-06-14 22:04:11 +0000
commit96d7310b4a224d50aeb2e5e94031d14b9bd6daf5 (patch)
tree5bbf38a0903b2a911e0feb308eda083d7cdd1486 /calmwm.h
parent160228210ba05be788d3537ee64e269882a66aa9 (diff)
downloadcwm-96d7310b4a224d50aeb2e5e94031d14b9bd6daf5.tar.gz
cwm-96d7310b4a224d50aeb2e5e94031d14b9bd6daf5.tar.xz
cwm-96d7310b4a224d50aeb2e5e94031d14b9bd6daf5.zip
(mostly) proper xshape event support
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 67bb1df..d2e908d 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -384,6 +384,7 @@ void			 xev_handle_keypress(struct xevent *, XEvent *);
 void			 xev_handle_keyrelease(struct xevent *, XEvent *);
 void			 xev_handle_expose(struct xevent *, XEvent *);
 void			 xev_handle_clientmessage(struct xevent *, XEvent *);
+void			 xev_handle_shape(struct xevent *, XEvent *);
 
 #define XEV_QUICK(a, b, c, d, e) do {		\
 	xev_register(xev_new(a, b, c, d, e));	\