galliums: s/uint/enum pipe_format/

This commit is contained in:
Brian Paul
2008-02-28 11:04:39 -07:00
parent 9a264a056a
commit 476cc931f2
+1 -1
View File
@@ -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);