egl: re-fix context_create typo

This commit is contained in:
Keith Whitwell 2010-02-08 17:15:47 +00:00
parent 3703e259d9
commit 0b99303d1c
1 changed files with 1 additions and 1 deletions

View File

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