mirror of
https://github.com/labwc/labwc.git
synced 2026-03-04 01:40:39 -05: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
|
|
@ -213,7 +213,7 @@ topmost_mapped_view(struct server *server)
|
|||
}
|
||||
|
||||
struct view *
|
||||
focused_view(struct server *server)
|
||||
desktop_focused_view(struct server *server)
|
||||
{
|
||||
struct seat *seat = &server->seat;
|
||||
struct wlr_surface *focused_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue