compile again after efl change interface names...

This commit is contained in:
Carsten Haitzler 2018-04-25 14:37:49 +09:00 committed by Mike Blumenkrantz
parent ff17200996
commit 5155856566
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ _drm_device_del(void *data EINA_UNUSED, const Efl_Event *event)
}
EFL_CALLBACKS_ARRAY_DEFINE(_drm_device_del_cb,
{ EFL_CANVAS_EVENT_DEVICE_REMOVED, _drm_device_del });
{ EFL_CANVAS_SCENE_EVENT_DEVICE_REMOVED, _drm_device_del });
E_API void *
e_modapi_init(E_Module *m)