Add EGL for X11

This commit is contained in:
Scott Anderson 2017-09-26 15:16:25 +13:00
parent 517ba0bc16
commit bbe90d41bb
2 changed files with 21 additions and 9 deletions

View file

@ -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;