diff options
author | Tom Hacohen <tom@stosb.com> | 2016-08-10 15:23:04 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-08-11 17:04:43 +0100 |
commit | c662934be8bcbaba60d1688e77533acbea5d09b9 (patch) | |
tree | 8e12b5ffd083024f09b7ec7fa9f979113056fb9d /src/lib/evas/canvas/evas_vg_private.h | |
parent | e64e120a51972c44fb8cae88a78bb4aa34f502c7 (diff) |
Change the EFL to follow the new Eo rename.
Diffstat (limited to 'src/lib/evas/canvas/evas_vg_private.h')
-rw-r--r-- | src/lib/evas/canvas/evas_vg_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_vg_private.h b/src/lib/evas/canvas/evas_vg_private.h index 711e2875ad..87f327bcd2 100644 --- a/src/lib/evas/canvas/evas_vg_private.h +++ b/src/lib/evas/canvas/evas_vg_private.h | |||
@@ -85,7 +85,7 @@ _evas_vg_render_pre(Efl_VG *child, Ector_Surface *s, Eina_Matrix3 *m) | |||
85 | static inline void | 85 | static inline void |
86 | _efl_vg_changed(Eo *obj) | 86 | _efl_vg_changed(Eo *obj) |
87 | { | 87 | { |
88 | eo_event_callback_call(obj, EFL_GFX_CHANGED, NULL); | 88 | efl_event_callback_call(obj, EFL_GFX_CHANGED, NULL); |
89 | } | 89 | } |
90 | 90 | ||
91 | static inline void * | 91 | static inline void * |