commit 54c635ca1661b8579809836e1d1455d00a805cdb
parent 9412dc7edf29073f069e48a266910ac3c4436170
Author: Drew DeVault <sir@cmpwn.com>
Date: Sat, 16 Apr 2016 10:22:50 -0400
Update to wlc 0.0.2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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();