diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-03 16:15:02 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-03 16:15:02 +0200 |
commit | 1d49ff7df2c513088ec75a841705f7fab100340e (patch) | |
tree | 80b27457c7e7323cf02ca1695926da6ac47dc666 /src/lib/evas/canvas/evas_vg_private.h | |
parent | 3635b6370866418fae5d8fdb3b95be932702a754 (diff) |
efl: rename geometry to graphics to be more general.
Diffstat (limited to 'src/lib/evas/canvas/evas_vg_private.h')
-rw-r--r-- | src/lib/evas/canvas/evas_vg_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/canvas/evas_vg_private.h b/src/lib/evas/canvas/evas_vg_private.h index 1d288dcc3c..6b26a24213 100644 --- a/src/lib/evas/canvas/evas_vg_private.h +++ b/src/lib/evas/canvas/evas_vg_private.h | |||
@@ -22,7 +22,7 @@ struct _Evas_VG_Container_Data | |||
22 | }; | 22 | }; |
23 | 23 | ||
24 | Eina_Bool | 24 | Eina_Bool |
25 | efl_geometry_path_dup(Efl_Geometry_Path_Command **out_cmd, double **out_pts, | 25 | efl_graphics_path_dup(Efl_Graphics_Path_Command **out_cmd, double **out_pts, |
26 | const Efl_Geometry_Path_Command *in_cmd, const double *in_pts); | 26 | const Efl_Graphics_Path_Command *in_cmd, const double *in_pts); |
27 | 27 | ||
28 | #endif | 28 | #endif |