mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
labwc.h: remove "extern struct server server"
This commit is contained in:
parent
84ebd2dae5
commit
e99d0bb34e
11 changed files with 62 additions and 47 deletions
|
|
@ -158,6 +158,7 @@ void server_init(struct server *server)
|
|||
wlr_log(WLR_ERROR, "cannot allocate seat0");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
seat_init(server->seat);
|
||||
|
||||
server->cursor = wlr_cursor_create();
|
||||
if (!server->cursor) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue