diff options
author | Tom Hacohen <tom@stosb.com> | 2016-03-01 18:06:28 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-03-03 09:58:08 +0000 |
commit | f21ade6123b9053fca8d1632644c48525a99d6e0 (patch) | |
tree | c5eb0445f471d21365a7a5a7b0ec7d279c11b398 /src/lib/evas/canvas/evas_vg_private.h | |
parent | 3faf3f3fc68a839f06b311c35ba020cb25e7c9c4 (diff) |
Automatic migration to Eo4.
I just ran my script (email to follow) to migrate all of the EFL
automatically. This commit is *only* the automatic conversion, so it can
be easily reverted and re-run.
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 102de5b078..e995a3c76c 100644 --- a/src/lib/evas/canvas/evas_vg_private.h +++ b/src/lib/evas/canvas/evas_vg_private.h | |||
@@ -70,7 +70,7 @@ _evas_vg_render_pre(Efl_VG *child, Ector_Surface *s, Eina_Matrix3 *m) | |||
70 | static inline void | 70 | static inline void |
71 | _efl_vg_base_changed(Eo *obj) | 71 | _efl_vg_base_changed(Eo *obj) |
72 | { | 72 | { |
73 | eo_do(obj, eo_event_callback_call(EFL_GFX_CHANGED, NULL)); | 73 | eo_event_callback_call(obj, EFL_GFX_CHANGED, NULL); |
74 | } | 74 | } |
75 | 75 | ||
76 | static inline void * | 76 | static inline void * |