summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-04-16 10:22:50 -0400
committerFurkan Sahin <furkan-dev@proton.me>2016-04-16 10:22:50 -0400
commit3587134d833bda3509ea942a188b0482eeb6223d (patch)
tree51f2cea397fe90295f5f0361544a400f31aadfe4
parentd6fb3175668d43358f254b12e817c24bfdb3b1f2 (diff)
Update to wlc 0.0.20.5
-rw-r--r--sway/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index 4aaac556..8f11ecb9 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();