Mesa (master): egl/haiku: Fix ConfigID naming inline with mesa

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 9 15:53:06 UTC 2021


Module: Mesa
Branch: master
Commit: d941df85efb2b282d39bc9a7240b326446178e49
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d941df85efb2b282d39bc9a7240b326446178e49

Author: Alexander von Gluck IV <kallisti5 at 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.palli at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9454>

---

 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;



More information about the mesa-commit mailing list