discomfitor pushed a commit to branch enlightenment-0.22.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=5155856566df843d0dfa997ee2456f73ac5d226b

commit 5155856566df843d0dfa997ee2456f73ac5d226b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Apr 25 14:37:49 2018 +0900

    compile again after efl change interface names...
---
 src/modules/wl_drm/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c
index 51ea01280..68d6593f9 100644
--- a/src/modules/wl_drm/e_mod_main.c
+++ b/src/modules/wl_drm/e_mod_main.c
@@ -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)

-- 


Reply via email to