Mercurial > aewl
comparison event.c @ 385:37706ba7d492
fixed
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Tue, 29 Aug 2006 17:33:27 +0200 |
parents | 126e78129f1d |
children | 58288246d16c |
comparison
equal
deleted
inserted
replaced
384:126e78129f1d | 385:37706ba7d492 |
---|---|
194 synev.xconfigure.above = None; | 194 synev.xconfigure.above = None; |
195 /* Send synthetic ConfigureNotify */ | 195 /* Send synthetic ConfigureNotify */ |
196 XSendEvent(dpy, c->win, True, NoEventMask, &synev); | 196 XSendEvent(dpy, c->win, True, NoEventMask, &synev); |
197 } | 197 } |
198 XSync(dpy, False); | 198 XSync(dpy, False); |
199 if(c->isfloat || c->ismax) { | 199 if(c->isfloat) |
200 resize(c, False, TopLeft); | |
201 else if(c->ismax) { | |
200 resize(c, False, TopLeft); | 202 resize(c, False, TopLeft); |
201 c->x = ox; | 203 c->x = ox; |
202 c->y = oy; | 204 c->y = oy; |
203 c->w = ow; | 205 c->w = ow; |
204 c->h = oh; | 206 c->h = oh; |