diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-12-12 17:00:39 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-12-13 13:47:48 +0900 |
commit | 1fdbb00e225ce9e98e7ec2e2ec554eb5d1e02e69 (patch) | |
tree | e61a7f9d422e3876aa97ff8f602898b1e8b576f2 /src/lib/evas/canvas/evas_vg_private.h | |
parent | 3136500fbeba47538ebdf95ead9ef49a4579db3d (diff) |
efl: Move VG-specific change event to efl.gfx.path
Diffstat (limited to 'src/lib/evas/canvas/evas_vg_private.h')
-rw-r--r-- | src/lib/evas/canvas/evas_vg_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_vg_private.h b/src/lib/evas/canvas/evas_vg_private.h index 987991097c..e2f393fec2 100644 --- a/src/lib/evas/canvas/evas_vg_private.h +++ b/src/lib/evas/canvas/evas_vg_private.h | |||
@@ -127,7 +127,8 @@ _evas_vg_render_pre(Efl_VG *child, Ector_Surface *s, Eina_Matrix3 *m) | |||
127 | static inline void | 127 | static inline void |
128 | _efl_vg_changed(Eo *obj) | 128 | _efl_vg_changed(Eo *obj) |
129 | { | 129 | { |
130 | efl_event_callback_legacy_call(obj, EFL_GFX_EVENT_CHANGED, NULL); | 130 | Efl_Gfx_Path_Change_Event ev = { EFL_GFX_CHANGE_FLAG_FILL }; |
131 | efl_event_callback_call(obj, EFL_GFX_PATH_EVENT_CHANGED, &ev); | ||
131 | } | 132 | } |
132 | 133 | ||
133 | static inline void * | 134 | static inline void * |