diff options
| author | Tim Dwyer <tgdwyer@gmail.com> | 2006-07-12 06:37:29 +0000 |
|---|---|---|
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | 2006-07-12 06:37:29 +0000 |
| commit | 61b45f9df2853aa6b09df65773aa281d37b66a85 (patch) | |
| tree | 83c00e907fa90ea1f61b95c85660ce87d3c442a7 /src/graphlayout/graphlayout.h | |
| parent | Added layout button and ideal connector length spinbox to connector toolbar (diff) | |
| download | inkscape-61b45f9df2853aa6b09df65773aa281d37b66a85.tar.gz inkscape-61b45f9df2853aa6b09df65773aa281d37b66a85.zip | |
- added toggle buttons for directed layout (doesn't do anything yet) and overlap avoiding layout to connector toolbar
- added icon for directed layout toggle button
- removed old ref to remove_rectangle_overlaps-test from src/Makefile.am
(bzr r1396)
Diffstat (limited to 'src/graphlayout/graphlayout.h')
| -rw-r--r-- | src/graphlayout/graphlayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphlayout/graphlayout.h b/src/graphlayout/graphlayout.h index 2e8de2ddd..40090ef6b 100644 --- a/src/graphlayout/graphlayout.h +++ b/src/graphlayout/graphlayout.h @@ -13,7 +13,7 @@ #define SEEN_GRAPHLAYOUT_H struct _GSList; -void graphlayout(_GSList const *const items, double edgeLength); +void graphlayout(_GSList const *const items); class SPItem; bool isConnector(SPItem const *const item); #include <list> |
