From e1fd32bcf5a07d8b9ab774d0f690112dec29cc8e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 10:03:13 +0000 Subject: add an option for if the popup is used for desktop cycling. defaults on. --- openbox/screen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 8e5daec7..8835c1b2 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -700,7 +700,8 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, d = translate_row_col(r, c); } - popup_cycle(d, TRUE); + if (config_desktop_popup) + popup_cycle(d, TRUE); return d; done_cycle: -- cgit v1.2.3