aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c2
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);
}
}