view: remove cg_ prefix

This commit is contained in:
Jente Hidskes 2019-01-30 16:10:48 +01:00
parent f25460f365
commit bedbe3fed7
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
5 changed files with 8 additions and 7 deletions

View file

@ -102,7 +102,7 @@ handle_xwayland_surface_new(struct wl_listener *listener, void *data)
struct cg_server *server = wl_container_of(listener, server, new_xwayland_surface);
struct wlr_xwayland_surface *xwayland_surface = data;
struct cg_view *view = cg_view_create(server);
struct cg_view *view = view_create(server);
view->type = CAGE_XWAYLAND_VIEW;
view->xwayland_surface = xwayland_surface;