summaryrefslogtreecommitdiff
path: root/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11.c')
-rw-r--r--x11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11.c b/x11.c
index dc8d608..4c5291d 100644
--- a/x11.c
+++ b/x11.c
@@ -231,12 +231,12 @@ nextevent(GEvent *gev)
case FocusIn:
if (xic)
XSetICFocus(xic);
- break;
+ continue;
case FocusOut:
if (xic)
XUnsetICFocus(xic);
- break;
+ continue;
case Expose:
sync();