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:
6e22ccf
)
well, resize should be called in dofloat anyways ;)
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 16 Feb 2007 15:41:22 +0000
(16:41 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Fri, 16 Feb 2007 15:41:22 +0000
(16:41 +0100)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index 1d483c4f563c0e4d488c88ff05b307ab8acfd151..ccbb454228759e802302080e4d65d787f5c1f6b6 100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-55,6
+55,7
@@
dofloat(void) {
if(c->isbanned)
XMoveWindow(dpy, c->win, c->x, c->y);
c->isbanned = False;
+ resize(c, c->x, c->y, c->w, c->h, True);
}
else {
c->isbanned = True;