diff options
| author | John Bintz <me@johnbintz.com> | 2007-03-08 02:35:11 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2007-03-08 02:35:11 +0000 |
| commit | 8d5da277b1738cd3f6eb5edc33f2609fcdcb2dfc (patch) | |
| tree | 72e9d6c885e6e4c8e732961d45f5e8a873ba09e6 /src/flood-context.h | |
| parent | Fix what appears to be a copy&paste bug: ć was getting rendered as ˇc; chan... (diff) | |
| download | inkscape-8d5da277b1738cd3f6eb5edc33f2609fcdcb2dfc.tar.gz inkscape-8d5da277b1738cd3f6eb5edc33f2609fcdcb2dfc.zip | |
Add units selector to offset and remove offset range limits
(bzr r2564)
Diffstat (limited to 'src/flood-context.h')
| -rw-r--r-- | src/flood-context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/flood-context.h b/src/flood-context.h index 63cabdd5b..269d2856a 100644 --- a/src/flood-context.h +++ b/src/flood-context.h @@ -14,6 +14,9 @@ #include <sigc++/sigc++.h> #include <gtk/gtk.h> #include "event-context.h" +#include "helper/unit-menu.h" +#include "helper/units.h" + struct SPKnotHolder; #define SP_TYPE_FLOOD_CONTEXT (sp_flood_context_get_type ()) |
