r600g: Fix the type of the family field in r600_pipe_context.

Signed-off-by: Henri Verbeet <hverbeet@gmail.com>
This commit is contained in:
Henri Verbeet 2011-07-09 17:18:59 +02:00
parent d03fdc4cde
commit 949896b82f
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ struct r600_pipe_fences {
struct r600_pipe_context {
struct pipe_context context;
struct blitter_context *blitter;
unsigned family;
enum radeon_family family;
void *custom_dsa_flush;
struct r600_screen *screen;
struct radeon *radeon;