diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 10:03:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 10:03:13 +0000 |
| commit | e1fd32bcf5a07d8b9ab774d0f690112dec29cc8e (patch) | |
| tree | 7701cd4aaa387f22c51361ae74e9e2ef1c0c8149 /openbox/screen.c | |
| parent | f4979de3f5257bf70591d4ccf0ecab7da567b27d (diff) | |
add an option for if the popup is used for desktop cycling. defaults on.
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 3 |
1 files changed, 2 insertions, 1 deletions
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: |
