egl: re-fix context_create typo
authorKeith Whitwell <keithw@vmware.com>
Mon, 8 Feb 2010 17:15:47 +0000 (17:15 +0000)
committerKeith Whitwell <keithw@vmware.com>
Mon, 8 Feb 2010 17:17:59 +0000 (17:17 +0000)
src/gallium/state_trackers/egl/common/egl_g3d.c

index 424be4931177068bf70a9bee00cef07bf979356b..80dd12699557c348a923c8d67442d1a765894bcc 100644 (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);