04b7641e85
- Add x11proto to redbear-full.toml package list - libxau recipe updated with x11proto dependency and custom build script - Fixes libxau build failure: 'Package xproto was not found'
14 lines
409 B
Diff
14 lines
409 B
Diff
diff --git a/src/egl/drivers/dri2/egl_dri2.h b/src/egl/drivers/dri2/egl_dri2.h
|
|
index ceb6ea0f4..2c2a9c0ea 100644
|
|
--- a/src/egl/drivers/dri2/egl_dri2.h
|
|
+++ b/src/egl/drivers/dri2/egl_dri2.h
|
|
@@ -333,6 +333,8 @@ struct dri2_egl_surface {
|
|
#ifdef HAVE_REDOX_PLATFORM
|
|
void *orb_window;
|
|
void *orb_surface;
|
|
+ __DRIimage *dri_image_back;
|
|
+ __DRIimage *dri_image_front;
|
|
#endif
|
|
|
|
#ifdef HAVE_X11_PLATFORM
|