From: Brian Paul Date: Thu, 28 Feb 2008 18:04:39 +0000 (-0700) Subject: galliums: s/uint/enum pipe_format/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=476cc931f2bba69d4075b7c44985b145c3999af5;p=mesa.git galliums: s/uint/enum pipe_format/ --- diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_drawpixels.c index ff236adc5cc..e0dc657b457 100644 --- a/src/mesa/state_tracker/st_cb_drawpixels.c +++ b/src/mesa/state_tracker/st_cb_drawpixels.c @@ -1216,7 +1216,7 @@ st_CopyPixels(GLcontext *ctx, GLint srcx, GLint srcy, struct pipe_surface *psTex; struct pipe_texture *pt; GLfloat *color; - uint format; + enum pipe_format format; /* make sure rendering has completed */ pipe->flush(pipe, PIPE_FLUSH_RENDER_CACHE);