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 6b15950..8eaff1a 100644
--- a/event.c
+++ b/event.c
@@ -244,7 +244,7 @@ enternotify(XEvent *e) {
if(ev->mode != NotifyNormal || ev->detail == NotifyInferior)
return;
- if(c = getclient(ev->window))
+ if((c = getclient(ev->window)))
focus(c);
else if(ev->window == root) {
selscreen = True;