diff options
| author | Geoff Lankow <geoff@darktrojan.net> | 2015-07-07 09:22:31 +0000 |
|---|---|---|
| committer | Geoff Lankow <geoff@darktrojan.net> | 2015-07-07 09:22:31 +0000 |
| commit | 43f80e25517651b82754e3b05303dacff0c03a10 (patch) | |
| tree | b6be78397c84152c8eee77a6129a5f91cff6df1a /src/attributes.h | |
| parent | Fix compilation failure in make check (diff) | |
| download | inkscape-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.h | 1 |
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, |
