aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-04-16 10:22:50 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-04-16 10:22:50 -0400
commit54c635ca1661b8579809836e1d1455d00a805cdb (patch)
tree51f2cea397fe90295f5f0361544a400f31aadfe4 /sway/main.c
parentMerge pull request #582 from cl91/fix-memory-leaks (diff)
downloadsway-54c635ca1661b8579809836e1d1455d00a805cdb.tar.gz
sway-54c635ca1661b8579809836e1d1455d00a805cdb.tar.zst
sway-54c635ca1661b8579809836e1d1455d00a805cdb.zip
Update to wlc 0.0.20.5
Diffstat (limited to 'sway/main.c')
-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) {
188 /* (That code runs as root on systems without logind, and wlc_init drops to 188 /* (That code runs as root on systems without logind, and wlc_init drops to
189 * another user.) */ 189 * another user.) */
190 register_wlc_handlers(); 190 register_wlc_handlers();
191 if (!wlc_init2()) { 191 if (!wlc_init()) {
192 return 1; 192 return 1;
193 } 193 }
194 register_extensions(); 194 register_extensions();