diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-03-29 17:13:37 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-03-29 17:13:37 -0400 |
commit | ed2cedb54430af0c1400846cf36c9cf539801067 (patch) | |
tree | 0a7d9e6eaadc6cf8b0b7d32e06d8d63f63e240c1 /sway/main.c | |
parent | eca029f218fbb54ddf7316845be5d296e834358e (diff) |
rename layout init
Diffstat (limited to 'sway/main.c')
-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 31bf617b..ded922ee 100644 --- a/sway/main.c +++ b/sway/main.c @@ -382,7 +382,7 @@ int main(int argc, char **argv) { wlr_log(L_INFO, "Starting sway version " SWAY_VERSION); - init_layout(); + layout_init(); if (!server_init(&server)) { return 1; |