egl/x11: Re-allocate buffers if format is suboptimal
[mesa.git] / src / egl / drivers / dri2 / egl_dri2.h
index 00c4768d421a6b43ca78a9dbb591bb8f8192a690..bd637f73c9ded3916c834d499673d731de2914cd 100644 (file)
@@ -202,6 +202,8 @@ struct dri2_egl_display
    bool                     multibuffers_available;
    int                      dri3_major_version;
    int                      dri3_minor_version;
+   int                      present_major_version;
+   int                      present_minor_version;
    struct loader_dri3_extensions loader_dri3_ext;
 #endif
 #endif