mesa: Fix types in _mesa_get_color_read_format().
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 3 Sep 2016 06:18:36 +0000 (23:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 6 Sep 2016 00:37:55 +0000 (17:37 -0700)
commit096ad19a2b9e6ded0a73581839c9839f211b8f17
tree3f04380220d887c622f75b3503cee29f0778cc27
parent69fca64259495d7a31135876e818e1ac2a36d190
mesa: Fix types in _mesa_get_color_read_format().

This is a mesa_format, not a GLenum.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/framebuffer.c