efl_canvas_scene: rename event from focus,* to scene_focus,*
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Fri, 8 Mar 2019 14:02:30 +0000 (09:02 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Mar 2019 04:23:18 +0000 (13:23 +0900)
commit13e9288c8dc705431d59e6dafd3f6c2da34ffd24
tree2f199b17fab28105dab20648e5a675e65efd1fc5
parent24f32c5ad75e030159426a69ea1988e354c7d21d
efl_canvas_scene: rename event from focus,* to scene_focus,*

Summary:
This event can just be renamed, no need to handle legacy. The reason for
this, that this event is used to map to EVAS_CALLBACK_ enum fields,
which means, the legacy names of the event does not matter.

ref T7476

Reviewers: cedric, segfaultxavi, zmike, stefan_schmidt

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7476

Differential Revision: https://phab.enlightenment.org/D8242
src/lib/edje/edje_entry.c
src/lib/efl/interfaces/efl_canvas_scene.eo
src/lib/elementary/efl_ui_win.c
src/lib/evas/canvas/evas_callbacks.c