diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-23 11:49:16 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-23 11:49:16 +0100 |
commit | 373b11de11fd5cee875ef521e3ac0527565c4721 (patch) | |
tree | e5aea83640e8f1d287d7be9820cb193d8daf0fc2 /event.c | |
parent | 04a2b745299668890ae8571d6812514dbd487245 (diff) | |
download | dwm-373b11de11fd5cee875ef521e3ac0527565c4721.tar.gz |
I think this is the best solution of multihead support
Diffstat (limited to 'event.c')
-rw-r--r-- | event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c index 2e021d5..c913320 100644 --- a/event.c +++ b/event.c @@ -270,7 +270,7 @@ leavenotify(XEvent *e) { if((ev->window == root) && !ev->same_screen) { issel = False; - focus(sel); + focus(NULL); } } |