event.c
changeset 499 2ca011c56385
parent 492 5df494262dfd
child 500 d5ad819f2a66
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);