diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-04-18 10:55:14 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-04-18 11:07:46 +0900 |
commit | e79f27ae0cd9800f6e97d28a9b6d9f08a34b19ad (patch) | |
tree | c69bf960aa78a9f59e05d1c08743c51a578b198b /src/lib/evas/canvas/evas_vg_private.h | |
parent | e85c92662bfec6a88bb7d2d091682daa429acba0 (diff) |
efl: Remove manual definitions of event "changed"
Honestly I can't see why gfx & gfx.path "changed" need a manual
definition, instead of relying on EO. If the API needs to be
internal only, then EO needs to handle internal APIs. In this
case, the event was exposed as a C API but not a EO... why?
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 6a6b3c5155..4598e4f9a9 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 | efl_event_callback_legacy_call(obj, EFL_GFX_CHANGED, NULL); | 88 | efl_event_callback_legacy_call(obj, EFL_GFX_EVENT_CHANGED, NULL); |
89 | } | 89 | } |
90 | 90 | ||
91 | static inline void * | 91 | static inline void * |