evas polygon: use Eina_Bool for one-bit bitfield
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 13 Nov 2015 12:29:03 +0000 (13:29 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 13 Nov 2015 12:31:34 +0000 (13:31 +0100)
Make sure we are using a unsigned var here. Best go with a Eina_Bool directly.

src/lib/evas/canvas/evas_object_polygon.c

index 406ae56..a583c6d 100644 (file)
@@ -18,7 +18,7 @@ struct _Evas_Polygon_Data
       int x, y;
    } offset;
    Evas_Coord_Rectangle geometry;
-   char                 changed : 1;
+   Eina_Bool            changed : 1;
 };
 
 struct _Evas_Polygon_Point