egl/haiku: Fix ConfigID naming inline with mesa

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9454>
This commit is contained in:
Alexander von Gluck IV 2021-03-07 16:57:17 -06:00 committed by Marge Bot
parent 3aa8cbc784
commit d941df85ef
1 changed files with 1 additions and 1 deletions

View File

@ -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;