egl/dri: Name struct dri2_egl_buffer
This will allow referencing it outside of struct dri2_egl_surface. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37511>
This commit is contained in:
@@ -341,7 +341,7 @@ struct dri2_egl_surface {
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_WAYLAND_PLATFORM) || defined(HAVE_DRM_PLATFORM)
|
||||
struct {
|
||||
struct dri2_egl_buffer {
|
||||
#ifdef HAVE_WAYLAND_PLATFORM
|
||||
struct loader_wayland_buffer wayland_buffer;
|
||||
bool wl_release;
|
||||
|
||||
Reference in New Issue
Block a user