summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-04-16 10:22:50 -0400
committerDrew DeVault <sir@cmpwn.com>2016-04-16 10:22:50 -0400
commit54c635ca1661b8579809836e1d1455d00a805cdb (patch)
tree51f2cea397fe90295f5f0361544a400f31aadfe4
parent9412dc7edf29073f069e48a266910ac3c4436170 (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 4aaac5562..8f11ecb9e 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();