devilhorns pushed a commit to branch feature/wayland/multi-output.

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

commit bf3982308bcae76cc88fa620296c0da4ab11b98c
Author: Carsten Haitzler (Rasterman) <[email protected]>
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 84667ce96..952b05c5b 100644
--- a/src/modules/wl_drm/e_mod_main.c
+++ b/src/modules/wl_drm/e_mod_main.c
@@ -866,7 +866,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