evas: declare internal evas_vg helper.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:14:46 +0000 (16:14 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:14:46 +0000 (16:14 +0200)
src/lib/evas/canvas/evas_vg_private.h

index 0578b53..09420e4 100644 (file)
@@ -7,4 +7,8 @@ struct _Evas_VG_Container_Data
    Eina_List *children;
 };
 
+Eina_Bool
+evas_vg_path_dup(Evas_VG_Path_Command **out_cmd, double **out_pts,
+                 const Evas_VG_Path_Command *in_cmd, const double *in_pts);
+
 #endif