summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gldirect/dglcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/windows/gldirect/dglcontext.h')
-rw-r--r--src/mesa/drivers/windows/gldirect/dglcontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/windows/gldirect/dglcontext.h b/src/mesa/drivers/windows/gldirect/dglcontext.h
index f46d83eab0..ce04603c19 100644
--- a/src/mesa/drivers/windows/gldirect/dglcontext.h
+++ b/src/mesa/drivers/windows/gldirect/dglcontext.h
@@ -87,7 +87,7 @@ typedef struct {
void *glPriv;
// Mesa vars:
- GLcontext *glCtx; // The core Mesa context
+ struct gl_context *glCtx; // The core Mesa context
struct gl_config *glVis; // Describes the color buffer
struct gl_framebuffer *glBuffer; // Ancillary buffers
@@ -135,7 +135,7 @@ typedef struct {
//
// Mesa context vars:
//
- GLcontext *glCtx; // The core Mesa context
+ struct gl_context *glCtx; // The core Mesa context
struct gl_config *glVis; // Describes the color buffer
struct gl_framebuffer *glBuffer; // Ancillary buffers