aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index 4aaac55..8f11ecb 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -188,7 +188,7 @@ int main(int argc, char **argv) {
/* (That code runs as root on systems without logind, and wlc_init drops to
* another user.) */
register_wlc_handlers();
- if (!wlc_init2()) {
+ if (!wlc_init()) {
return 1;
}
register_extensions();