Introduction
Introduction Statistics Contact Development Disclaimer Help
tbarwindow raising - dwm - [fork] customized build of dwm, the dynamic window m…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 8f5f7a5b5a40ee535305927dd12ba83891d1b0b1
parent 5ad2828c579937afc3dc6da9987587e0eb2473dc
Author: Anselm R. Garbe <[email protected]>
Date: Tue, 15 May 2007 13:56:06 +0200
barwindow raising
Diffstat:
M main.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/main.c b/main.c
t@@ -245,6 +245,9 @@ updatebarpos(void) {
XMoveWindow(dpy, barwin, sx, sy - bh);
break;
}
+ XRaiseWindow(dpy, barwin);
+ XSync(dpy, False);
+ while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}
/* There's no way to check accesses to destroyed windows, thus those cases are
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.