galliums: s/uint/enum pipe_format/
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Feb 2008 18:04:39 +0000 (11:04 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Feb 2008 18:36:54 +0000 (11:36 -0700)
src/mesa/state_tracker/st_cb_drawpixels.c

index ff236adc5cc29bb53ad3cea07f3204b282de7916..e0dc657b4577296200d6060da4d713163bcf44c2 100644 (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);