osd: make desktop_cycle_view() private in osd.c

This commit is contained in:
tokyo4j 2024-12-30 04:57:39 +09:00 committed by Hiroaki Yamamoto
parent 6fe688b3e4
commit a98b535362
3 changed files with 35 additions and 39 deletions

View file

@ -481,14 +481,6 @@ struct view *desktop_topmost_focusable_view(struct server *server);
*/
void desktop_update_top_layer_visiblity(struct server *server);
/**
* desktop_cycle_view - return view to 'cycle' to
* @start_view: reference point for finding next view to cycle to
* Note: If !start_view, the second focusable view is returned
*/
struct view *desktop_cycle_view(struct server *server, struct view *start_view,
enum lab_cycle_dir dir);
/**
* desktop_focus_topmost_view() - focus the topmost view on the current
* workspace, skipping views that claim not to want focus (those can