Introduction
Introduction Statistics Contact Development Disclaimer Help
tdeciding for focus(NULL); - dwm - [fork] customized build of dwm, the dynamic …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 1e051d71f509ce0c658170e936896b58b9065f90
parent ddc79603f937c9019c483cd2b41a4eaa2ea34240
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 19 Jan 2007 15:01:51 +0100
deciding for focus(NULL);
Diffstat:
M event.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/event.c b/event.c
t@@ -273,9 +273,9 @@ leavenotify(XEvent *e) {
XCrossingEvent *ev = &e->xcrossing;
if((ev->window == root) && !ev->same_screen) {
- issel = False;
if(sel)
- XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);
+ focus(NULL);
+ issel = False;
}
}
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.