i915: Set bit field of length 1 light_twoside to unsigned.
authorVinson Lee <vlee@vmware.com>
Sun, 31 Jan 2010 06:36:54 +0000 (22:36 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 31 Jan 2010 06:36:54 +0000 (22:36 -0800)
src/gallium/drivers/i915/i915_context.h

index 37cbd56..6ec5566 100644 (file)
@@ -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;