Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / libcroco / cr-rgb.h
index f6b4e8aa17485d21160ca9416164e060820578ba..50cec94ecab7f04421e57ea09f9b094e3117faee 100644 (file)
@@ -39,12 +39,12 @@ struct _CRRgb
          *Either NO_UNIT (integer) or 
          *UNIT_PERCENTAGE (percentage).
          */
-        const guchar *name ;
+        const gchar *name ;
         glong red ;
         glong green ;
         glong blue ;
         gboolean is_percentage ;
-       gboolean inherit ;
+           gboolean inherit ;
         gboolean is_transparent ;
         CRParsingLocation location ;
 } ;