mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 21:00:17 +01:00
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/10135>
This commit is contained in:
parent
57bd383e87
commit
aba6119cfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue