view: remove cg_ prefix

This commit is contained in:
Jente Hidskes 2019-01-30 16:10:48 +01:00
parent f25460f365
commit 24517922cc
5 changed files with 8 additions and 7 deletions

2
seat.c
View file

@ -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