X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Ffocus_cycle_popup.h;fp=openbox%2Ffocus_cycle_popup.h;h=ad76491d52d68e99ce12e43d178cbd26d9ffee60;hp=c289be36b35d683acb018b4eb0c847eaa01387e6;hb=965ed8907a5dd81d5ffbc93b67a672fa78833854;hpb=aeac6294a3c45c10d04f108a6fc767298132735c diff --git a/openbox/focus_cycle_popup.h b/openbox/focus_cycle_popup.h index c289be36..ad76491d 100644 --- a/openbox/focus_cycle_popup.h +++ b/openbox/focus_cycle_popup.h @@ -46,4 +46,7 @@ void focus_cycle_popup_single_show(struct _ObClient *c, gboolean desktop_windows); void focus_cycle_popup_single_hide(void); +/*! Returns TRUE if the popup is showing the client, otherwise FALSE. */ +gboolean focus_cycle_popup_is_showing(struct _ObClient *client); + #endif