efl/src/lib/elput
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
..
Elput.h elput - re-enable switches (power buttons, lid etc.) 2017-11-08 20:37:50 +09:00
elput.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00
elput_evdev.c elput: Remove unreachable code 2017-11-20 07:51:50 -05:00
elput_input.c elput: Fix issue of pointer rotation not being set on startup 2017-10-03 14:14:04 -04:00
elput_logind.c elput: Close fds when asked to 2017-07-25 16:59:11 -05:00
elput_manager.c elput: Minor formatting fixes 2016-05-26 08:42:38 -04:00
elput_private.h elput: Fix issue of pointer rotation not being set on startup 2017-10-03 14:14:04 -04:00
elput_touch.c elput: Properly check return values from libinput config functions 2016-12-14 09:18:14 -05:00