From a249ad756f72835c5894e389150207b98532e114 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 1 Jun 2004 15:42:14 +0000 Subject: Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY. --- src/mesa/drivers/dri/common/dri_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri') diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index 925c7efe6e..c99708b83d 100644 --- a/src/mesa/drivers/dri/common/dri_util.c +++ b/src/mesa/drivers/dri/common/dri_util.c @@ -1007,7 +1007,7 @@ driCreateNewContext(Display *dpy, const __GLcontextModes *modes, pctx->unbindContext = NULL; pctx->bindContext2 = NULL; pctx->unbindContext2 = NULL; - pctx->bindContex3 = driBindContext3; + pctx->bindContext3 = driBindContext3; pctx->unbindContext3 = driUnbindContext3; #else pctx->bindContext = driBindContext; @@ -1271,7 +1271,7 @@ __driUtilCreateNewScreen(Display *dpy, int scrn, __DRIscreen *psc, #ifndef DRI_NEW_INTERFACE_ONLY psc->createContext = driCreateContext; #else - psc->createConteext = NULL; + psc->createContext = NULL; #endif psc->createNewDrawable = driCreateNewDrawable; psc->getDrawable = driGetDrawable; -- cgit v1.2.3