Open X11 Window

This commit is contained in:
Scott Anderson 2017-09-22 16:00:27 +12:00
parent a598e6d026
commit 7ad2a57feb
5 changed files with 114 additions and 9 deletions

View file

@ -80,7 +80,7 @@ struct wlr_backend *wlr_backend_autocreate(struct wl_display *display) {
const char *x11_display = getenv("DISPLAY");
if (x11_display) {
return wlr_x11_backend_create(x11_display);
return wlr_x11_backend_create(display, x11_display);
}
// Attempt DRM+libinput