Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
allow root user
  • Loading branch information
mrsteve0924 authored Sep 17, 2024
1 parent 11d0fab commit 53bc26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,13 @@ int main(int argc, char *argv[])
core.egl = wlr_gles2_renderer_get_egl(core.renderer);
assert(core.egl);

if (!drop_permissions())
/*if (!drop_permissions())
{
wl_display_destroy_clients(core.display);
wl_display_destroy(core.display);
return EXIT_FAILURE;
}
}*/

auto backend = load_backend(config_backend);
if (!backend)
Expand Down

0 comments on commit 53bc26d

Please sign in to comment.