Mercurial > aewl
diff event.c @ 286:ff501d94de62
fixed
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Mon, 14 Aug 2006 17:48:54 +0200 |
parents | 74d00f634ee2 |
children | b7865e6feef2 |
line wrap: on
line diff
--- a/event.c Mon Aug 14 17:14:22 2006 +0200 +++ b/event.c Mon Aug 14 17:48:54 2006 +0200 @@ -144,11 +144,11 @@ static void configurerequest(XEvent *e) { + unsigned long newmask; Client *c; XConfigureRequestEvent *ev = &e->xconfigurerequest; XEvent synev; XWindowChanges wc; - unsigned long newmask; if((c = getclient(ev->window))) { gravitate(c, True);