x11: add missing comma to fix compilation

This commit is contained in:
Brian Paul
2011-08-24 07:55:04 -06:00
parent cc9a8915f0
commit c3ad95ed40

View File

@@ -588,7 +588,7 @@ xmesa_DrawPixels_5R6G5B( struct gl_context *ctx,
"glDrawPixels(invalid PBO access)");
return;
}
buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0
buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
unpack->BufferObj->Size,
GL_MAP_READ_BIT,
unpack->BufferObj);