efl/src/lib/ecore_wl2
Jean-Philippe Andre ff24ac2d6d efl: Reset ecore event types on init
This fixes cycles of init/shutdown/init where ecore event types would
become invalid, since they are now stored in a dynamic array rather than
a statically stored array.

The risk here is that if a module of EFL tends to init/shutdown in a
"normal" scenario then the event type array will grow in a leaking
manner. This could be fixed by resetting those event ID's only when the
loop actually exits (EFL_EVENT_DEL on the main loop). I'm not using
EFL_EVENT_DEL in this patch as this would add too many event callbacks
to the main loop object, which may result in slightly slower event calls
to it, affecting the overall performance.
2017-12-19 11:14:37 +09:00
..
Ecore_Wl2.h ecore_wl2: Add API ecore_wl2_window_surface_flush 2017-12-01 10:59:51 -06:00
ecore_wl2.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00
ecore_wl2_buffer.c wayland_shm: Remove struct _Dmabuf_Surface 2017-12-01 10:58:44 -06:00
ecore_wl2_display.c ecore_wl2: Return NULL from ecore_wl2_window_display_get during recovery 2017-12-01 10:58:44 -06:00
ecore_wl2_dnd.c ecore wl2 - fix null checing of drag offer - coverity 2017-09-28 15:28:00 +09:00
ecore_wl2_input.c ecore-wl2: normalize axis event values 2017-08-25 14:48:11 -04:00
ecore_wl2_output.c ecore-wl2: Use output height when calculating dpi 2017-06-07 11:21:19 -04:00
ecore_wl2_private.h ecore_wl2: Add ecore_wl2_surface_flush 2017-12-01 10:58:44 -06:00
ecore_wl2_subsurf.c ecore-wl2: null out subsurface pointers after destroying them 2016-05-05 10:49:30 -04:00
ecore_wl2_surface.c ecore_wl2: Add ecore_wl2_surface_flush 2017-12-01 10:58:44 -06:00
ecore_wl2_window.c ecore_wl2: Better handling of extra commit 2017-12-13 16:34:10 -06:00