x11: add missing comma to fix compilation
This commit is contained in:
@@ -588,7 +588,7 @@ xmesa_DrawPixels_5R6G5B( struct gl_context *ctx,
|
|||||||
"glDrawPixels(invalid PBO access)");
|
"glDrawPixels(invalid PBO access)");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0
|
buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
|
||||||
unpack->BufferObj->Size,
|
unpack->BufferObj->Size,
|
||||||
GL_MAP_READ_BIT,
|
GL_MAP_READ_BIT,
|
||||||
unpack->BufferObj);
|
unpack->BufferObj);
|
||||||
|
Reference in New Issue
Block a user