efl/src/lib/ecore_wayland
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_Wayland.h doxygen: fix typos and some wrong expressions in API reference. 2017-02-15 16:30:22 -08:00
ecore_wl.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00
ecore_wl_dnd.c ecore_wayland: fix assigned value is never used. 2017-10-16 13:28:10 -07:00
ecore_wl_input.c ecore-wayland: Prevent duplicated mouse up events. 2016-06-28 09:01:09 -04:00
ecore_wl_output.c
ecore_wl_private.h
ecore_wl_subsurf.c
ecore_wl_window.c
ivi-application-client-protocol.h
ivi-application-protocol.c
session-recovery-client-protocol.h
session-recovery-protocol.c
session-recovery.xml
subsurface-client-protocol.h
subsurface-protocol.c
xdg-shell-client-protocol.h
xdg-shell-protocol.c