From bbe90d41bbb52d96e08a79d6c18aad59bee38472 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 26 Sep 2017 15:16:25 +1300 Subject: Add EGL for X11 --- include/backend/x11.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/backend/x11.h b/include/backend/x11.h index 6ef86c8a..f169f725 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -11,6 +11,7 @@ struct wlr_x11_backend { Display *xlib_conn; xcb_connection_t *xcb_conn; + xcb_screen_t *screen; xcb_window_t win; struct wlr_egl egl; -- cgit v1.2.3