]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
use an action only for Raise
[chaz/openbox] / openbox / focus.c
index 1006c72557b8d9e1db9d9ad09594cf60419f665d..eac0dce1ce6435cf7bc41cb53977446fc08db950 100644 (file)
@@ -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)
This page took 0.024717 seconds and 4 git commands to generate.