From: Jeremy Huddleston Date: Thu, 24 Dec 2009 17:20:33 +0000 (-0800) Subject: glxcmds: Fix comment about __DRI_ALLOCATE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32305e3a9f9408922c34f06174aaa0d34cf72459;p=mesa.git glxcmds: Fix comment about __DRI_ALLOCATE Signed-off-by: Jeremy Huddleston --- diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c index daa9076471a..d1c68dd02e1 100644 --- a/src/glx/x11/glxcmds.c +++ b/src/glx/x11/glxcmds.c @@ -2575,7 +2575,7 @@ glXAllocateMemoryMESA(Display * dpy, int scrn, (void) readFreq; (void) writeFreq; (void) priority; -#endif /* GLX_DIRECT_RENDERING */ +#endif /* __DRI_ALLOCATE */ return NULL; } @@ -2594,7 +2594,7 @@ glXFreeMemoryMESA(Display * dpy, int scrn, void *pointer) (void) dpy; (void) scrn; (void) pointer; -#endif /* GLX_DIRECT_RENDERING */ +#endif /* __DRI_ALLOCATE */ }