mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/x11: fix extra output
This commit is contained in:
parent
f37e8c5b6e
commit
5111f7df84
2 changed files with 5 additions and 6 deletions
|
|
@ -282,7 +282,6 @@ struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
|
|||
|
||||
wlr_backend_init(&x11->backend, &backend_impl);
|
||||
x11->wl_display = display;
|
||||
x11->requested_outputs = 1;
|
||||
wl_list_init(&x11->outputs);
|
||||
|
||||
x11->xlib_conn = XOpenDisplay(x11_display);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue