mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: prefix config structs and functions
This commit is contained in:
parent
18079e234a
commit
1db3b55128
8 changed files with 51 additions and 45 deletions
|
|
@ -13,7 +13,7 @@
|
|||
struct roots_server server = { 0 };
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
assert(server.config = parse_args(argc, argv));
|
||||
assert(server.config = roots_config_create_from_args(argc, argv));
|
||||
assert(server.wl_display = wl_display_create());
|
||||
assert(server.wl_event_loop = wl_display_get_event_loop(server.wl_display));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue