]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.h
make Home and End keys navigate to top/bottom of the active menu
[chaz/openbox] / openbox / focus_cycle_popup.h
index 695dfe53ebcae3c1013a43c47da4922706310c90..19279a62d43f2232661cd4a7ab896139648ecb5b 100644 (file)
@@ -27,9 +27,19 @@ struct _ObClient;
 void focus_cycle_popup_startup(gboolean reconfig);
 void focus_cycle_popup_shutdown(gboolean reconfig);
 
-void focus_cycle_popup_show(struct _ObClient *c,
+void focus_cycle_popup_show(struct _ObClient *c, gboolean iconic_windows,
                             gboolean all_desktops, gboolean dock_windows,
                             gboolean desktop_windows);
 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();
+
+/*! Returns TRUE if the popup is showing the client, otherwise FALSE. */
+gboolean focus_cycle_popup_is_showing(struct _ObClient *client);
+
 #endif
This page took 0.021321 seconds and 4 git commands to generate.