X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=openbox%2Ffocus.c;h=eac0dce1ce6435cf7bc41cb53977446fc08db950;hb=eb51015bc39dead34d041ab48fec51a56ba99e7a;hp=740ce07bda605eead2fef130a61a528570a10231;hpb=a3710c960115562bf436442d7e58feb887f744cb;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 740ce07b..eac0dce1 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -237,7 +237,7 @@ void focus_fallback(ObFocusFallbackType type) static void popup_cycle(ObClient *c, gboolean show) { - if (!show) { + if (!show || !config_dialog_focus) { icon_popup_hide(focus_cycle_popup); } else { Rect *a;