mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
view: remove cg_ prefix
This commit is contained in:
parent
f25460f365
commit
bedbe3fed7
5 changed files with 8 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue