mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-10 05:34:14 -04:00
view: remove cg_ prefix
This commit is contained in:
parent
f25460f365
commit
24517922cc
5 changed files with 8 additions and 7 deletions
4
view.c
4
view.c
|
|
@ -160,7 +160,7 @@ view_destroy(struct cg_view *view)
|
|||
}
|
||||
|
||||
struct cg_view *
|
||||
cg_view_create(struct cg_server *server)
|
||||
view_create(struct cg_server *server)
|
||||
{
|
||||
struct cg_view *view = calloc(1, sizeof(struct cg_view));
|
||||
|
||||
|
|
@ -169,7 +169,7 @@ cg_view_create(struct cg_server *server)
|
|||
}
|
||||
|
||||
struct cg_view *
|
||||
cg_view_from_wlr_surface(struct cg_server *server, struct wlr_surface *surface)
|
||||
view_from_wlr_surface(struct cg_server *server, struct wlr_surface *surface)
|
||||
{
|
||||
struct cg_view *view;
|
||||
wl_list_for_each(view, &server->views, link) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue