author | Anselm R. Garbe <arg@suckless.org> |
Tue, 08 May 2007 08:52:34 +0200 | |
changeset 869 | 5ea550e6a341 |
parent 868 | 3ccd8e6f0664 |
child 870 | 21632814ba18 |
--- a/event.c Mon May 07 13:14:55 2007 +0200 +++ b/event.c Tue May 08 08:52:34 2007 +0200 @@ -209,9 +209,7 @@ static void configurenotify(XEvent *e) { - Client *c; XConfigureEvent *ev = &e->xconfigure; - XWindowChanges wc; if (ev->window == root && (ev->width != sw || ev->height != sh)) { sw = ev->width;