Code

simplify sketch result to fix crash
[inkscape.git] / src / tweak-context.h
index b5b150de03c692a56d9d846c9bf0c966059e334a..e860fd7ea36bf0d67d51b04b77e92fa71a005468 100644 (file)
@@ -43,7 +43,8 @@ enum {
     TWEAK_MODE_ATTRACT_REPEL,
     TWEAK_MODE_ROUGHEN,
     TWEAK_MODE_COLORPAINT,
-    TWEAK_MODE_COLORJITTER
+    TWEAK_MODE_COLORJITTER,
+    TWEAK_MODE_BLUR
 };
 
 struct SPTweakContext
@@ -70,7 +71,7 @@ struct SPTweakContext
 
     bool is_dilating;
     bool has_dilated;
-    NR::Point last_push;
+    Geom::Point last_push;
     SPCanvasItem *dilate_area;
 
     bool do_h;