Merge pull request #2037 from emersion/wlroots-1000

Update for swaywm/wlroots#1000
This commit is contained in:
Drew DeVault 2018-05-25 09:12:56 -04:00 committed by GitHub
commit 50305055c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ bool server_init(struct sway_server *server) {
server->wl_display = wl_display_create();
server->wl_event_loop = wl_display_get_event_loop(server->wl_display);
server->backend = wlr_backend_autocreate(server->wl_display);
server->backend = wlr_backend_autocreate(server->wl_display, NULL);
if (!server->backend) {
wlr_log(L_ERROR, "Unable to create backend");