mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
osd: make desktop_cycle_view() private in osd.c
This commit is contained in:
parent
6fe688b3e4
commit
a98b535362
3 changed files with 35 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue