Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / drivers / windows / gdi / wmesadef.h
index 1c0e24511141791df123c7a525f85aba2ae22844..a73609b007a2a0078e0ad329a339b888ed288cbe 100644 (file)
@@ -7,10 +7,10 @@
 
 
 /**
- * The Windows Mesa rendering context, derived from GLcontext.
+ * The Windows Mesa rendering context, derived from struct gl_context.
  */
 struct wmesa_context {
-    GLcontext           gl_ctx;                /* The core GL/Mesa context */
+    struct gl_context           gl_ctx;                /* The core GL/Mesa context */
     HDC                 hDC;
     COLORREF           clearColorRef;
     HPEN                clearPen;