fix cwm's current XShape support from Edd Barrett -thanks.

XShape events should be handled at some point.

ok oga@
This commit is contained in:
okan
2008-05-17 03:59:54 +00:00
parent 5034a77849
commit 9a58e74401
3 changed files with 25 additions and 15 deletions

View File

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