]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.h
combine the old focus cycle popup code with mika's new list-mode popup, and make...
[chaz/openbox] / openbox / focus_cycle_popup.h
index ded39e202896a2c5433ae5e1e187f73d8077a99c..b940583bc5339d2c8b8064e6ee5ede7f2354940e 100644 (file)
@@ -24,12 +24,19 @@ struct _ObClient;
 
 #include <glib.h>
 
+typedef enum {
+    OB_FOCUS_CYCLE_POPUP_MODE_NONE,
+    OB_FOCUS_CYCLE_POPUP_MODE_ICONS,
+    OB_FOCUS_CYCLE_POPUP_MODE_LIST
+} ObFocusCyclePopupMode;
+
 void focus_cycle_popup_startup(gboolean reconfig);
 void focus_cycle_popup_shutdown(gboolean reconfig);
 
 void focus_cycle_popup_show(struct _ObClient *c, gboolean iconic_windows,
                             gboolean all_desktops, gboolean dock_windows,
-                            gboolean desktop_windows);
+                            gboolean desktop_windows,
+                            ObFocusCyclePopupMode mode);
 void focus_cycle_popup_hide();
 
 void focus_cycle_popup_single_show(struct _ObClient *c,
This page took 0.023627 seconds and 4 git commands to generate.