aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2008-06-14 22:04:11 +0000
committerokan2008-06-14 22:04:11 +0000
commit436f35e0eec7bc1d4cebee440858aad0e2f5e123 (patch)
tree960867b0adb3ffcd114275a0fb5ed648b6f2831a /calmwm.h
parentaead24e5fdb676a1cb63f6fd569fed20baa57cbf (diff)
downloadcwm-436f35e0eec7bc1d4cebee440858aad0e2f5e123.tar.gz
(mostly) proper xshape event support
ok oga@
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 88f44a7..41f4c94 100644
--- a/calmwm.h
+++ b/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.
*
- * $Id: calmwm.h,v 1.52 2008/06/14 21:48:54 okan Exp $
+ * $Id: calmwm.h,v 1.53 2008/06/14 22:04:11 okan Exp $
*/
#ifndef _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)); \