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:
Michel Dänzer
2025-09-22 15:07:21 +02:00
committed by Marge Bot
parent fce9dbc493
commit 15b8d3ca43
+1 -1
View File
@@ -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;