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

View file

@ -110,7 +110,7 @@ handle_xdg_shell_surface_new(struct wl_listener *listener, void *data)
return;
}
struct cg_view *view = cg_view_create(server);
struct cg_view *view = view_create(server);
view->type = CAGE_XDG_SHELL_VIEW;
view->xdg_surface = xdg_surface;