diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-07 15:28:18 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-07 15:28:18 +0100 |
| commit | f6193ad9e048c5824142d3e7feeb109f91054052 (patch) | |
| tree | 2afdebe7db3494a5c30330d198a3051076fda8c6 /openbox/focus_cycle.h | |
| parent | a3babc4a995d31e44a626448e28d607be3c33197 (diff) | |
| parent | de85e4f1d96c911c7c9dc7c2a9b514b13b028aec (diff) | |
Merge branch 'wip/alttab'
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, |
