diff options
author | Stephane Marchesin <[email protected]> | 2006-09-17 12:09:11 +0000 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2006-09-17 12:09:11 +0000 |
commit | e324c52237fd1184a1f8436c8735cdd9ade5e067 (patch) | |
tree | 2e78fd303fa3fa58a6e5d4f3d4b4b563327fb935 /src/mesa/drivers/dri/nouveau/nouveau_context.h | |
parent | 908388b11841c50c94c1c746819276809a545a32 (diff) |
Make nouveau actually compile
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index ad3d00f5885..28fe944280f 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h @@ -113,7 +113,7 @@ typedef struct nouveau_context { /* The rendering context information */ GLenum current_primitive; /* the current primitive enum */ - GLuint render_inputs; /* the current render inputs */ + GLuint render_inputs_bitset; /* the current render inputs */ nouveauScreenRec *screen; drm_nouveau_sarea_t *sarea; |