diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-01-05 02:45:08 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-01-05 02:45:08 +0000 |
| commit | d9e47231bf6192aa4b3b9453dc159dbe16c35a41 (patch) | |
| tree | 9c34d8e794802ca4c9817f24db0fed456fee8059 /src/box3d-side.h | |
| parent | * [INTL: sk] Updated Slovak translation: minor changes (diff) | |
| download | inkscape-d9e47231bf6192aa4b3b9453dc159dbe16c35a41.tar.gz inkscape-d9e47231bf6192aa4b3b9453dc159dbe16c35a41.zip | |
Only set style of box sides during creation (not upon every repr write).
(bzr r4388)
Diffstat (limited to 'src/box3d-side.h')
| -rw-r--r-- | src/box3d-side.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/box3d-side.h b/src/box3d-side.h index e9154087f..d2a1d62c9 100644 --- a/src/box3d-side.h +++ b/src/box3d-side.h @@ -42,6 +42,7 @@ GType box3d_side_get_type (void); //void sp_box3d_side_position_set (Box3DSide *side, NR::Point corner1, NR::Point corner2); void box3d_side_set_shape (SPShape *shape); void box3d_side_position_set (Box3DSide *side); // FIXME: Replace this by box3d_side_set_shape?? +void box3d_side_apply_style (Box3DSide *side); gchar *box3d_side_axes_string(Box3DSide *side); Persp3D *box3d_side_perspective(Box3DSide *side); |
