Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / main / pixelstore.c
index ec585ef0ccefb560d4fac4e3f09afbcccb70a2f9..b16d27a4ea5eaa62a9160db4cee879a181cb0059 100644 (file)
@@ -228,7 +228,7 @@ _mesa_PixelStoref( GLenum pname, GLfloat param )
  * Initialize the context's pixel store state.
  */
 void
-_mesa_init_pixelstore( GLcontext *ctx )
+_mesa_init_pixelstore( struct gl_context *ctx )
 {
    /* Pixel transfer */
    ctx->Pack.Alignment = 4;