Introduction
Introduction Statistics Contact Development Disclaimer Help
twell, resize should be called in dofloat anyways ;) - dwm - [fork] customized …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit de6695792a7e24c925b18c74f913f82b0a0e9148
parent 6e22ccf7b1602b33624692eefd51b6398ffa5454
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 16 Feb 2007 16:41:22 +0100
well, resize should be called in dofloat anyways ;)
Diffstat:
M view.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/view.c b/view.c
t@@ -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;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.