diff options
author | subhransu mohanty <sub.mohanty@samsung.com> | 2017-10-24 15:19:52 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-24 15:19:53 +0900 |
commit | 880dd63a0c884642a0f87aa3a08338a7b244e37a (patch) | |
tree | 242da6ff1f0778327821cec7a7c6ba4a18a8b604 /src/lib/evas/canvas/evas_vg_private.h | |
parent | 006546a042a4f945a4936e2f29a55bb1c67648ea (diff) |
evas/vg: renamed the evas_vg class to efl_canvas_vg
Reviewers: jpeg
Subscribers: jenkins, cedric
Differential Revision: https://phab.enlightenment.org/D5357
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 47003def5b..f45ba0a3ac 100644 --- a/src/lib/evas/canvas/evas_vg_private.h +++ b/src/lib/evas/canvas/evas_vg_private.h | |||
@@ -8,9 +8,9 @@ typedef struct _Efl_VG_Container_Data Efl_VG_Container_Data; | |||
8 | typedef struct _Efl_VG_Gradient_Data Efl_VG_Gradient_Data; | 8 | typedef struct _Efl_VG_Gradient_Data Efl_VG_Gradient_Data; |
9 | typedef struct _Efl_VG_Interpolation Efl_VG_Interpolation; | 9 | typedef struct _Efl_VG_Interpolation Efl_VG_Interpolation; |
10 | 10 | ||
11 | typedef struct _Evas_VG_Data Evas_VG_Data; | 11 | typedef struct _Efl_Canvas_Vg_Data Efl_Canvas_Vg_Data; |
12 | 12 | ||
13 | struct _Evas_VG_Data | 13 | struct _Efl_Canvas_Vg_Data |
14 | { | 14 | { |
15 | void *engine_data; | 15 | void *engine_data; |
16 | Efl_VG *root; | 16 | Efl_VG *root; |