projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d37f15
)
evas: declare internal evas_vg helper.
author
Cedric BAIL
<cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:14:46 +0000
(16:14 +0200)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:14:46 +0000
(16:14 +0200)
src/lib/evas/canvas/evas_vg_private.h
patch
|
blob
|
history
diff --git
a/src/lib/evas/canvas/evas_vg_private.h
b/src/lib/evas/canvas/evas_vg_private.h
index
0578b53
..
09420e4
100644
(file)
--- a/
src/lib/evas/canvas/evas_vg_private.h
+++ b/
src/lib/evas/canvas/evas_vg_private.h
@@
-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