mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-15 05:34:33 -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
cage.c
2
cage.c
|
|
@ -170,7 +170,7 @@ main(int argc, char *argv[])
|
|||
server.new_output.notify = handle_new_output;
|
||||
wl_signal_add(&server.backend->events.new_output, &server.new_output);
|
||||
|
||||
server.seat = cg_seat_create(&server);
|
||||
server.seat = seat_create(&server);
|
||||
if (!server.seat) {
|
||||
wlr_log(WLR_ERROR, "Unable to create the seat");
|
||||
ret = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue