mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Allow configurable verbosity
This commit is contained in:
parent
80ed4d4d20
commit
5a26ed645a
3 changed files with 15 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ static void ready(struct wl_listener *listener, void *data) {
|
|||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
wlr_log_init(L_DEBUG, NULL);
|
||||
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