]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.h
Hide the focus popup if we change desktops and one of the windows in it disappears
[chaz/openbox] / openbox / focus_cycle_popup.h
index ded39e202896a2c5433ae5e1e187f73d8077a99c..19279a62d43f2232661cd4a7ab896139648ecb5b 100644 (file)
@@ -39,4 +39,7 @@ void focus_cycle_popup_single_show(struct _ObClient *c,
                                    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.021922 seconds and 4 git commands to generate.