register wl_buffer output canvas for input events

This commit is contained in:
Mike Blumenkrantz 2017-02-24 14:15:42 -05:00
parent e4a89cf0ed
commit ec601e49d1
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ e_modapi_init(E_Module *m)
EINA_SAFETY_ON_TRUE_RETURN_VAL(!e_comp_wl_init(), NULL);
EINA_SAFETY_ON_TRUE_RETURN_VAL(!e_comp_canvas_init(1024, 768), NULL);
ecore_event_evas_init();
ecore_evas_input_event_register(e_comp->ee);
e_comp_wl_input_pointer_enabled_set(EINA_TRUE);
e_comp_wl_input_keyboard_enabled_set(EINA_TRUE);
e_comp_wl_input_touch_enabled_set(EINA_TRUE);