From a390e492b72af6c969b16055bb5ce7f1ad41b9f8 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 22 Oct 2019 10:11:24 -0400 Subject: [PATCH] ecore-evas-wayland: Add handler to array Small patch to fix bug where last event handler was not being added to the event_hdls array @fix --- src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index 5647918..ee81b05 100755 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -1821,7 +1821,6 @@ _ecore_evas_wl_common_init(void) eina_array_push(_ecore_evas_wl_event_hdls, h); // - ecore_event_evas_init(); return _ecore_evas_wl_init_count; -- 2.7.4