summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
authorGeoff Lankow <geoff@darktrojan.net>2015-07-07 09:22:31 +0000
committerGeoff Lankow <geoff@darktrojan.net>2015-07-07 09:22:31 +0000
commit43f80e25517651b82754e3b05303dacff0c03a10 (patch)
treeb6be78397c84152c8eee77a6129a5f91cff6df1a /src/attributes.h
parentFix compilation failure in make check (diff)
downloadinkscape-43f80e25517651b82754e3b05303dacff0c03a10.tar.gz
inkscape-43f80e25517651b82754e3b05303dacff0c03a10.zip
Read inkscape:color attribute on guides
(bzr r14228.1.1)
Diffstat (limited to 'src/attributes.h')
-rw-r--r--src/attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 7d6ea70a0..47f1388b0 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -127,6 +127,7 @@ enum SPAttributeEnum {
/* SPGuide */
SP_ATTR_ORIENTATION,
SP_ATTR_POSITION,
+ SP_ATTR_INKSCAPE_COLOR,
/* SPImage */
SP_ATTR_X,
SP_ATTR_Y,