From 4e8eff328cf9f99f833ce01997621d3817074ab1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 08:22:49 +0000 Subject: add to allow disabling popups --- openbox/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/focus.c') 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; -- cgit v1.2.3