diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-03 00:07:21 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-03 00:28:02 -0500 |
| commit | 76464a604ee2999b00b806be25722f7fcac1cd9c (patch) | |
| tree | 828f01ecb455a14a1f184121cfe164ef0e94eb6a /openbox/focus_cycle.h | |
| parent | 2924adb9b1addab67983a5276ec6932b7b7933d6 (diff) | |
combine the old focus cycle popup code with mika's new list-mode popup, and make an action option for it (the old <dialog> option)
Diffstat (limited to 'openbox/focus_cycle.h')
| -rw-r--r-- | openbox/focus_cycle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h index 6e1c2c9d..c31abc81 100644 --- a/openbox/focus_cycle.h +++ b/openbox/focus_cycle.h @@ -21,6 +21,7 @@ #define __focus_cycle_h #include "misc.h" +#include "focus_cycle_popup.h" #include <X11/Xlib.h> #include <glib.h> @@ -37,7 +38,7 @@ void focus_cycle_shutdown(gboolean reconfig); struct _ObClient* focus_cycle(gboolean forward, gboolean all_desktops, gboolean dock_windows, gboolean desktop_windows, gboolean linear, gboolean interactive, - gboolean showbar, gboolean dialog, + gboolean showbar, ObFocusCyclePopupMode mode, gboolean done, gboolean cancel); struct _ObClient* focus_directional_cycle(ObDirection dir, gboolean dock_windows, |
