aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-26 15:16:25 +1300
committerScott Anderson <ascent12@hotmail.com>2017-09-29 16:15:09 +1300
commitbbe90d41bbb52d96e08a79d6c18aad59bee38472 (patch)
tree99df3d0b2cdde543a2b1d2c7b4b296ee86c67614 /include
parent517ba0bc168d9968891e8ec0ca595e26ced535bf (diff)
Add EGL for X11
Diffstat (limited to 'include')
-rw-r--r--include/backend/x11.h1
1 files changed, 1 insertions, 0 deletions
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;