Introduction
Introduction Statistics Contact Development Disclaimer Help
tadded some flicker prevention - dwm - [fork] customized build of dwm, the dyna…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 666fae97e67810089ffbddd019d655bc4f9f7838
parent 823fb1118a30ae18a41650cf650df6b67861130b
Author: Anselm R.Garbe <[email protected]>
Date: Mon, 14 Aug 2006 16:37:55 +0200
added some flicker prevention
Diffstat:
M client.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/client.c b/client.c
t@@ -262,11 +262,13 @@ manage(Window w, XWindowAttributes *wa)
c->maxw == c->minw && c->maxh == c->minh);
settitle(c);
+ if(isvisible(c))
+ sel = c;
+ arrange(NULL);
XMapWindow(dpy, c->win);
XMapWindow(dpy, c->title);
if(isvisible(c))
focus(c);
- arrange(NULL);
}
void
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.