summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-10-29 08:35:08 -0400
committerKeith Whitwell <keith@tungstengraphics.com>2007-10-29 16:14:10 +0000
commita70c5e37f1c2e43738469e4799ad2b9e7c604782 (patch)
treeb7b9f043bf4053bb7d6eb5f9e08ab1c4b612008e /src/mesa/pipe/i915simple/i915_context.h
parent25b17b213b7ba0d1b93ec37211504ee489944ce8 (diff)
Remove typedefs from enums.
typedefs are rather evil, remove them and use the enum keyword explicitely.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h
index 5d312286f6..5c748ea896 100644
--- a/src/mesa/pipe/i915simple/i915_context.h
+++ b/src/mesa/pipe/i915simple/i915_context.h
@@ -130,7 +130,7 @@ struct i915_depth_stencil_state {
struct i915_rasterizer_state {
int light_twoside : 1;
unsigned st;
- interp_mode color_interp;
+ enum interp_mode color_interp;
unsigned LIS4;
unsigned LIS7;