Code

Translations. French translation minor update.
[inkscape.git] / src / tweak-context.h
index b5b150de03c692a56d9d846c9bf0c966059e334a..542254b91bb250e561cdb69f7dfd494e0d6aad8b 100644 (file)
@@ -13,7 +13,6 @@
  */
 
 #include "event-context.h"
-#include <display/display-forward.h>
 #include <libnr/nr-point.h>
 
 #define SP_TYPE_TWEAK_CONTEXT (sp_tweak_context_get_type())
@@ -43,7 +42,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 +70,7 @@ struct SPTweakContext
 
     bool is_dilating;
     bool has_dilated;
-    NR::Point last_push;
+    Geom::Point last_push;
     SPCanvasItem *dilate_area;
 
     bool do_h;
@@ -99,4 +99,4 @@ GtkType sp_tweak_context_get_type(void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :