(mostly) proper xshape event support

ok oga@
This commit is contained in:
okan
2008-06-14 22:04:11 +00:00
parent 160228210b
commit 96d7310b4a
4 changed files with 18 additions and 7 deletions

View File

@@ -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)); \