summaryrefslogtreecommitdiff
path: root/src/examples/emotion/emotion_border_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/emotion/emotion_border_example.c')
-rw-r--r--src/examples/emotion/emotion_border_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/emotion/emotion_border_example.c b/src/examples/emotion/emotion_border_example.c
index d2328a699e..c113f6dc90 100644
--- a/src/examples/emotion/emotion_border_example.c
+++ b/src/examples/emotion/emotion_border_example.c
@@ -155,7 +155,7 @@ _canvas_resize_cb(Ecore_Evas *ee)
evas_object_resize(em, w - 20, h - 20);
}
-EO_CALLBACKS_ARRAY_DEFINE(emotion_object_example_callbacks,
+EFL_CALLBACKS_ARRAY_DEFINE(emotion_object_example_callbacks,
{ EMOTION_OBJECT_EVENT_FRAME_DECODE, _frame_decode_cb },
{ EMOTION_OBJECT_EVENT_LENGTH_CHANGE, _length_change_cb },
{ EMOTION_OBJECT_EVENT_POSITION_UPDATE, _position_update_cb },