]> 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 8626a5d3ab0055be7d47df1276a18591216d8eaa..b940583bc5339d2c8b8064e6ee5ede7f2354940e 100644 (file)
@@ -24,12 +24,26 @@ 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,
+                                   gboolean iconic_windows,
+                                   gboolean all_desktops,
+                                   gboolean dock_windows,
+                                   gboolean desktop_windows);
+void focus_cycle_popup_single_hide();
+
 #endif
This page took 0.021769 seconds and 4 git commands to generate.