]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
make interactive actions a type and not special cases.
[chaz/openbox] / openbox / screen.c
index 7913770c2b133abcfa7a56cb24b7be5b888035f0..a9efcd0e06a85fd58e248e6c0a491c7029f5a93d 100644 (file)
@@ -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;
     }
This page took 0.023594 seconds and 4 git commands to generate.