diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-03-09 14:49:33 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-03-09 14:49:33 +0000 |
| commit | a5260f225beb034d155643376a6985ddb35817f9 (patch) | |
| tree | 0c7157445252255d628e66c0c01fc7077d360da0 /src/box3d-context.h | |
| parent | skeletal-stroke: offset parameters are back again... optionaly proportional t... (diff) | |
| download | inkscape-a5260f225beb034d155643376a6985ddb35817f9.tar.gz inkscape-a5260f225beb034d155643376a6985ddb35817f9.zip | |
Move 3D box code out of sp-canvas.cpp
(bzr r5008)
Diffstat (limited to 'src/box3d-context.h')
| -rw-r--r-- | src/box3d-context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box3d-context.h b/src/box3d-context.h index 1817aa180..38058b1cb 100644 --- a/src/box3d-context.h +++ b/src/box3d-context.h @@ -69,6 +69,8 @@ struct Box3DContextClass { GtkType sp_box3d_context_get_type (void); +void sp_box3d_context_update_lines(SPEventContext *ec); + #endif /* __SP_BOX3D_CONTEXT_H__ */ /* |
