mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
s/focused_view()/desktop_focused_view()
This commit is contained in:
parent
e4b51fc5e8
commit
119ef87373
3 changed files with 8 additions and 8 deletions
|
|
@ -337,7 +337,7 @@ void desktop_focus_view(struct seat *seat, struct view *view);
|
|||
* Note: If !current, the server->views second focusable view is returned
|
||||
*/
|
||||
struct view *desktop_cycle_view(struct server *server, struct view *current);
|
||||
struct view *focused_view(struct server *server);
|
||||
struct view *desktop_focused_view(struct server *server);
|
||||
void desktop_focus_topmost_mapped_view(struct server *server);
|
||||
bool isfocusable(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue