From: Dana Jansens Date: Fri, 11 Jan 2008 18:06:37 +0000 (-0500) Subject: code clean up X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=b447f16f6080e1a92c3ea6a5848609a7a96ea3ce;p=chaz%2Fopenbox code clean up --- diff --git a/openbox/event.c b/openbox/event.c index 0c97bd93..e3214a7a 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -264,10 +264,8 @@ static void event_hack_mods(XEvent *e) /* If XKB is present, then the modifiers are all strange from its magic. Our X core protocol stuff won't work, so we use this to find what the modifier state is instead. */ - if (XkbGetState(ob_display, XkbUseCoreKbd, &xkb_state) == Success) { + if (XkbGetState(ob_display, XkbUseCoreKbd, &xkb_state) == Success) e->xkey.state = xkb_state.compat_state; - break; - } else #endif {