X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=eac0dce1ce6435cf7bc41cb53977446fc08db950;hb=fb341869b1f1d82db06b7c92cacff7db58633344;hp=1006c72557b8d9e1db9d9ad09594cf60419f665d;hpb=2d1b5d6e0a46cd8d3c89dec7662e28106dee0b88;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 1006c725..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; @@ -294,7 +294,7 @@ void focus_cycle(gboolean forward, gboolean linear, static ObClient *t = NULL; static GList *order = NULL; GList *it, *start, *list; - ObClient *ft; + ObClient *ft = NULL; if (cancel) { if (focus_cycle_target)