efl/src/lib/ecore_wayland
Jean-Philippe ANDRE 0ef41604e8 Ecore: Use calloc() to initialize Ecore_Event_Key fully
Some fields (eg. data) may not be properly initialized.
Use calloc() instead of malloc() will ensure proper initialization
even if we add more fields.

These fields (data) would even be passed down to Evas as
Evas_Event_Key_Down for instance.
2015-03-25 15:34:23 -07:00
..
Ecore_Wayland.h ecore-wayland: Doublecheck input validity 2015-03-17 19:52:43 -04:00
ecore_wl.c ecore-wayland: Use calloc rather than malloc+memset 2015-03-17 20:30:32 -04:00
ecore_wl_dnd.c ecore-wayland: Doublecheck input validity 2015-03-17 19:52:43 -04:00
ecore_wl_input.c Ecore: Use calloc() to initialize Ecore_Event_Key fully 2015-03-25 15:34:23 -07:00
ecore_wl_output.c Wayland: Fix compilation 2015-03-21 12:13:28 +09:00
ecore_wl_private.h ecore-wl cursor setup no longer triggers errors on startup 2015-03-12 15:56:34 -04:00
ecore_wl_subsurf.c ecore_wayland: Check for nulls before wayland calls 2015-03-20 22:07:27 -04:00
ecore_wl_window.c ecore-wayland: Use calloc rather than malloc+memset 2015-03-17 20:30:32 -04:00
ivi-application-client-protocol.h ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
ivi-application-protocol.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
subsurface-client-protocol.h ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
subsurface-protocol.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
xdg-shell-client-protocol.h ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
xdg-shell-protocol.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00