mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-30 11:10:50 -04:00
seat: remove cg_ prefix
This commit is contained in:
parent
5c403edc0b
commit
fd5175cbf8
3 changed files with 3 additions and 3 deletions
2
seat.c
2
seat.c
|
|
@ -614,7 +614,7 @@ handle_destroy(struct wl_listener *listener, void *data)
|
|||
}
|
||||
|
||||
struct cg_seat *
|
||||
cg_seat_create(struct cg_server *server)
|
||||
seat_create(struct cg_server *server)
|
||||
{
|
||||
struct cg_seat *seat = calloc(1, sizeof(struct cg_seat));
|
||||
if (!seat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue