Module: Mesa
Branch: staging/21.0
Commit: aba6119cfc8c19c079b384a4ea8618bb73f87a4b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=aba6119cfc8c19c079b384a4ea8618bb73f87a4b

Author: Alexander von Gluck IV <kallis...@unixzen.com>
Date:   Sun Mar  7 16:57:17 2021 -0600

egl/haiku: Fix ConfigID naming inline with mesa

Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10135>

---

 src/egl/drivers/haiku/egl_haiku.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/drivers/haiku/egl_haiku.cpp 
b/src/egl/drivers/haiku/egl_haiku.cpp
index 8eda31c2936..18c73c9cd8b 100644
--- a/src/egl/drivers/haiku/egl_haiku.cpp
+++ b/src/egl/drivers/haiku/egl_haiku.cpp
@@ -163,7 +163,7 @@ haiku_add_configs_for_visuals(_EGLDisplay *disp)
                              + conf->base.BlueSize
                              + conf->base.AlphaSize;
        conf->base.ConfigCaveat = EGL_NONE;
-       conf->base.ConfigId = 1;
+       conf->base.ConfigID = 1;
        conf->base.BindToTextureRGB = EGL_FALSE;
        conf->base.BindToTextureRGBA = EGL_FALSE;
        conf->base.StencilSize = 0;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to