From 5ad488908b39b8f2278a00c9d2cbce76dd925ad1 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 30 Jan 2010 22:36:54 -0800 Subject: i915: Set bit field of length 1 light_twoside to unsigned. --- src/gallium/drivers/i915/i915_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/i915') diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h index 37cbd56036..6ec5566d5d 100644 --- a/src/gallium/drivers/i915/i915_context.h +++ b/src/gallium/drivers/i915/i915_context.h @@ -167,7 +167,7 @@ struct i915_depth_stencil_state { }; struct i915_rasterizer_state { - int light_twoside : 1; + unsigned light_twoside : 1; unsigned st; enum interp_mode color_interp; -- cgit v1.2.3