summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style.h b/src/style.h
index 5b72b6042..4538626be 100644
--- a/src/style.h
+++ b/src/style.h
@@ -159,14 +159,14 @@ struct SPIPaint {
unsigned inherit : 1;
unsigned currentcolor : 1;
unsigned type : 2;
- union {
- SPColor color;
+ struct {
struct {
SPPaintServer *server;
gchar *uri;
} paint;
+ SPColor color;
+ SVGICCColor *iccColor;
} value;
- SVGICCColor *iccColor;
};
/// Filter type internal to SPStyle