fix another XML typo
[ardour.git] / libs / clearlooks-newer / clearlooks_types.h
index 7caf8a3208d37a8d79ccb0e2cb5d19bb15b3a2bf..893113cc9ed9464b29f970992f5d05cd46f08b01 100644 (file)
@@ -108,7 +108,7 @@ typedef enum
        CL_WINDOW_EDGE_EAST,
        CL_WINDOW_EDGE_SOUTH_WEST,
        CL_WINDOW_EDGE_SOUTH,
-       CL_WINDOW_EDGE_SOUTH_EAST  
+       CL_WINDOW_EDGE_SOUTH_EAST
 } ClearlooksWindowEdge;
 
 typedef struct
@@ -125,7 +125,7 @@ typedef struct
        CairoColor bg[5];
        CairoColor base[5];
        CairoColor text[5];
-       
+
        CairoColor shade[9];
        CairoColor spot[3];
 } ClearlooksColors;
@@ -141,9 +141,9 @@ typedef struct
        boolean enable_glow;
 
        gfloat  radius;
-       
+
        ClearlooksStateType state_type;
-       
+
        uint8 corners;
        uint8 xthickness;
        uint8 ythickness;
@@ -189,7 +189,7 @@ typedef struct
 typedef struct
 {
        CairoCorners    corners;
-       ClearlooksShadowType shadow;    
+       ClearlooksShadowType shadow;
 } ShadowParameters;
 
 typedef struct
@@ -214,7 +214,7 @@ typedef struct
 typedef struct
 {
        ClearlooksHandleType type;
-       boolean              horizontal; 
+       boolean              horizontal;
 } HandleParameters;
 
 typedef struct
@@ -301,7 +301,7 @@ struct _ClearlooksStyleFunctions
                                       const WidgetParameters           *widget,
                                       const OptionMenuParameters *optionmenu,
                                       int x, int y, int width, int height);
-                                          
+
        void (*draw_inset)            (cairo_t                          *cr,
                                        const CairoColor                *bg_color,
                                        double x, double y, double w, double h,
@@ -415,7 +415,7 @@ struct _ClearlooksStyleFunctions
                                       const WidgetParameters           *widget,
                                       const ArrowParameters            *arrow,
                                       int x, int y, int width, int height);
-                                      
+
        void (*draw_checkbox)         (cairo_t                          *cr,
                                       const ClearlooksColors           *colors,
                                       const WidgetParameters           *widget,