mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
egl: re-fix context_create typo
This commit is contained in:
parent
3703e259d9
commit
0b99303d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf,
|
|||
|
||||
mode = &gconf->native->mode;
|
||||
|
||||
gctx->pipe = gdpy->native->screen->create_context(
|
||||
gctx->pipe = gdpy->native->screen->context_create(
|
||||
gdpy->native->screen,
|
||||
(void *) &gctx->base);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue