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
This commit is contained in:
Christopher Michael 2019-10-22 10:11:24 -04:00
parent 520b844f4a
commit f7fdb9c7f6
1 changed files with 1 additions and 0 deletions

View File

@ -1399,6 +1399,7 @@ _ecore_evas_wl_common_init(void)
h = ecore_event_handler_add(ECORE_WL2_EVENT_AUX_MESSAGE,
_ecore_evas_wl_common_cb_aux_message, NULL);
eina_array_push(_ecore_evas_wl_event_hdls, h);
ecore_event_evas_init();