projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1bda8
)
fixed
author
Anselm R. Garbe
<arg@10kloc.org>
Tue, 29 Aug 2006 15:33:27 +0000
(17:33 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Tue, 29 Aug 2006 15:33:27 +0000
(17:33 +0200)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index 0f744788614d9e228b1c43fa2250d5b29c1f1302..a1d2d9cee11017834ccf1d6e6e2205e1c6d9a869 100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-196,7
+196,9
@@
configurerequest(XEvent *e)
XSendEvent(dpy, c->win, True, NoEventMask, &synev);
}
XSync(dpy, False);
- if(c->isfloat || c->ismax) {
+ if(c->isfloat)
+ resize(c, False, TopLeft);
+ else if(c->ismax) {
resize(c, False, TopLeft);
c->x = ox;
c->y = oy;