From 54c635ca1661b8579809836e1d1455d00a805cdb Mon Sep 17 00:00:00 2001
From: Drew DeVault <sir@cmpwn.com>
Date: Sat, 16 Apr 2016 10:22:50 -0400
Subject: [PATCH] Update to wlc 0.0.2

---
 sway/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();