]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.h
Update latvian translation.
[chaz/openbox] / openbox / focus_cycle_popup.h
index 8626a5d3ab0055be7d47df1276a18591216d8eaa..19279a62d43f2232661cd4a7ab896139648ecb5b 100644 (file)
@@ -32,4 +32,14 @@ void focus_cycle_popup_show(struct _ObClient *c, gboolean iconic_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.023467 seconds and 4 git commands to generate.