diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-12-20 16:07:52 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-12-20 16:07:52 +0000 |
| commit | 64e80ad6870950aff58300b3034e8848b63c9049 (patch) | |
| tree | b6f2f881eb0b7fb199e937e5eedbafb8a5e8afcb /src/xml/repr.h | |
| parent | (Hopefully) proper fix this time for stolen 'D + modifier' shortcuts. (diff) | |
| download | inkscape-64e80ad6870950aff58300b3034e8848b63c9049.tar.gz inkscape-64e80ad6870950aff58300b3034e8848b63c9049.zip | |
guidelines: minor corrections
add point reading to repr-util.cpp
(bzr r4264)
Diffstat (limited to 'src/xml/repr.h')
| -rw-r--r-- | src/xml/repr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h index 2b5f4ad1e..aab96a617 100644 --- a/src/xml/repr.h +++ b/src/xml/repr.h @@ -221,7 +221,8 @@ unsigned sp_repr_set_boolean(Inkscape::XML::Node *repr, gchar const *key, unsign unsigned sp_repr_set_int(Inkscape::XML::Node *repr, gchar const *key, int val); unsigned sp_repr_set_css_double(Inkscape::XML::Node *repr, gchar const *key, double val); unsigned sp_repr_set_svg_double(Inkscape::XML::Node *repr, gchar const *key, double val); -unsigned sp_repr_set_svg_point(Inkscape::XML::Node *repr, gchar const *key, Geom::Point val); +unsigned sp_repr_set_point(Inkscape::XML::Node *repr, gchar const *key, Geom::Point val); +unsigned sp_repr_get_point(Inkscape::XML::Node *repr, gchar const *key, Geom::Point *val); /// \deprecated ! double sp_repr_get_double_attribute(Inkscape::XML::Node *repr, gchar const *key, double def); |
