Files
RedBear-OS/local/patches/mesa/06-redox-surface-image-fields.patch
T
vasilito 04b7641e85 config: add x11proto dependency for libxau and SDDM
- 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'
2026-06-20 14:57:46 +03:00

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