working xcursor

This commit is contained in:
Tony Crisci 2017-12-09 14:06:00 -05:00
parent 7c67bea942
commit 9333a7eb53
4 changed files with 24 additions and 12 deletions

View file

@ -381,11 +381,12 @@ int main(int argc, char **argv) {
sway_log(L_INFO, "Starting sway version " SWAY_VERSION "\n");
init_layout();
if (!server_init(&server)) {
return 1;
}
init_layout();
ipc_init(&server);
log_env();