summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-07 15:28:18 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-07 15:28:18 +0100
commitf6193ad9e048c5824142d3e7feeb109f91054052 (patch)
tree2afdebe7db3494a5c30330d198a3051076fda8c6 /openbox/focus_cycle.h
parenta3babc4a995d31e44a626448e28d607be3c33197 (diff)
parentde85e4f1d96c911c7c9dc7c2a9b514b13b028aec (diff)
Merge branch 'wip/alttab'
Diffstat (limited to 'openbox/focus_cycle.h')
-rw-r--r--openbox/focus_cycle.h3
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,