X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fpixelstore.c;h=b16d27a4ea5eaa62a9160db4cee879a181cb0059;hb=f9995b30756140724f41daf963fa06167912be7f;hp=ec585ef0ccefb560d4fac4e3f09afbcccb70a2f9;hpb=31aca27c08d6a385c595d34fe4ee06390bf5b0e8;p=mesa.git diff --git a/src/mesa/main/pixelstore.c b/src/mesa/main/pixelstore.c index ec585ef0cce..b16d27a4ea5 100644 --- a/src/mesa/main/pixelstore.c +++ b/src/mesa/main/pixelstore.c @@ -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;