mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
desktop: refactor desktop_focus_view()
This commit is contained in:
parent
aa0b2b8e9e
commit
f752610e0b
6 changed files with 23 additions and 35 deletions
|
|
@ -221,7 +221,7 @@ void view_unminimize(struct view *view);
|
|||
void view_for_each_surface(struct view *view,
|
||||
wlr_surface_iterator_func_t iterator, void *user_data);
|
||||
|
||||
void desktop_focus_view(struct view *view);
|
||||
void desktop_focus_view(struct seat *seat, struct view *view);
|
||||
|
||||
/**
|
||||
* desktop_next_view - return next view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue