comparison event.c @ 499:2ca011c56385

removed an unused var
author arg@zarathustra
date Tue, 26 Sep 2006 17:42:14 +0200
parents 5df494262dfd
children d5ad819f2a66
comparison
equal deleted inserted replaced
498:362a74da4ea7 499:2ca011c56385
148 static void 148 static void
149 configurerequest(XEvent *e) { 149 configurerequest(XEvent *e) {
150 unsigned long newmask; 150 unsigned long newmask;
151 Client *c; 151 Client *c;
152 XConfigureRequestEvent *ev = &e->xconfigurerequest; 152 XConfigureRequestEvent *ev = &e->xconfigurerequest;
153 XEvent synev;
154 XWindowChanges wc; 153 XWindowChanges wc;
155 154
156 if((c = getclient(ev->window))) { 155 if((c = getclient(ev->window))) {
157 c->ismax = False; 156 c->ismax = False;
158 gravitate(c, True); 157 gravitate(c, True);