From 2c6c0757fa497f4c1e0648bcbb1927c0fa12862f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 30 Aug 2003 16:58:30 +0000 Subject: make interactive actions a type and not special cases. add the option to them to turn off interactivity --- openbox/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 7913770c..a9efcd0e 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -584,7 +584,7 @@ static void popup_cycle(guint d, gboolean show) } guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, - gboolean done, gboolean cancel) + gboolean dialog, gboolean done, gboolean cancel) { static gboolean first = TRUE; static gboolean lin; @@ -682,7 +682,7 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, d = translate_row_col(r, c); } - if (config_desktop_popup) { + if (dialog) { popup_cycle(d, TRUE); return d; } -- cgit v1.2.3