mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-03 07:15:37 -04:00
view: remove cg_ prefix
This commit is contained in:
parent
f25460f365
commit
24517922cc
5 changed files with 8 additions and 7 deletions
2
seat.c
2
seat.c
|
|
@ -692,7 +692,7 @@ struct cg_view *
|
|||
seat_get_focus(struct cg_seat *seat)
|
||||
{
|
||||
struct wlr_surface *prev_surface = seat->seat->keyboard_state.focused_surface;
|
||||
return cg_view_from_wlr_surface(seat->server, prev_surface);
|
||||
return view_from_wlr_surface(seat->server, prev_surface);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue