Code

- Send Mac package debugging output to stderr rather than stdout. Fixes
[inkscape.git] / src / style.h
index d5ccc4901ac5553d0fe6c29db161d30894a43d77..9a2c72f16a694005d01076a0ced930f2905e63a0 100644 (file)
@@ -336,6 +336,7 @@ struct SPStyle {
     unsigned stroke_dasharray_set : 1;
     unsigned stroke_dasharray_inherit : 1;
     unsigned stroke_dashoffset_set : 1;
+    unsigned stroke_dashoffset_inherit : 1;
     /** stroke-opacity */
     SPIScale24 stroke_opacity;