diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-04-16 10:22:50 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-04-16 10:22:50 -0400 |
commit | 54c635ca1661b8579809836e1d1455d00a805cdb (patch) | |
tree | 51f2cea397fe90295f5f0361544a400f31aadfe4 /sway | |
parent | 9412dc7edf29073f069e48a266910ac3c4436170 (diff) |
Update to wlc 0.0.2
Diffstat (limited to 'sway')
-rw-r--r-- | sway/main.c | 2 |
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(); |