apple: Rename GLXcontext
[mesa.git] / src / glx / apple / glx_error.c
index 282f7ae40b15ad00b79830fd49801998544d591d..b3a071c307b5d920824bab57700c37f8e83c76de 100644 (file)
@@ -40,7 +40,7 @@ __glXSendError(Display * dpy, int errorCode, unsigned long resourceID,
                unsigned long minorCode, bool coreX11error)
 {
    XExtDisplayInfo *info = __glXFindDisplay(dpy);
-   GLXContext gc = __glXGetCurrentContext();
+   struct glx_context *gc = __glXGetCurrentContext();
    xError error;
 
    LockDisplay(dpy);