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 37cbd56036b02b2ad8837a132e63507518c4fa00..6ec5566d5df1bc6cd115652b5770f534d3ad8a67 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;