X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus_cycle_popup.h;h=ded39e202896a2c5433ae5e1e187f73d8077a99c;hb=47d63718c664f2ef58f5dfde42ebfc5cc57e123c;hp=8626a5d3ab0055be7d47df1276a18591216d8eaa;hpb=2253b5e341e2a20dee5c0c17eae3f5a8baa1b6ac;p=chaz%2Fopenbox diff --git a/openbox/focus_cycle_popup.h b/openbox/focus_cycle_popup.h index 8626a5d3..ded39e20 100644 --- a/openbox/focus_cycle_popup.h +++ b/openbox/focus_cycle_popup.h @@ -32,4 +32,11 @@ 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(); + #endif