diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-26 08:22:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-26 08:22:49 +0000 |
| commit | 4e8eff328cf9f99f833ce01997621d3817074ab1 (patch) | |
| tree | 8017d8955768acf37dbfd9a3df246f0344354cef /openbox/screen.c | |
| parent | 71030a2bd24224a797b41683ccf5292df9f0142a (diff) | |
add <dialog><focus/><desktop/> to allow disabling popups
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 7f0c70c9..8a9475ad 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -572,7 +572,7 @@ void screen_desktop_popup(guint d, gboolean show) { Rect *a; - if (!show) { + if (!show || !config_dialog_desktop) { pager_popup_hide(desktop_cycle_popup); } else { a = screen_physical_area_monitor(0); |
