jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a6fe58364a4b16e9adc23f2be058b6ec8bf4d394

commit a6fe58364a4b16e9adc23f2be058b6ec8bf4d394
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Jun 7 15:27:07 2016 +0900

    ecore_wl2: Fix uninitialized fields in function array
    
    Ping @devilhorns
---
 src/lib/ecore_wl2/ecore_wl2_input.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/ecore_wl2/ecore_wl2_input.c 
b/src/lib/ecore_wl2/ecore_wl2_input.c
index 65e64c8..bf17025 100644
--- a/src/lib/ecore_wl2/ecore_wl2_input.c
+++ b/src/lib/ecore_wl2/ecore_wl2_input.c
@@ -600,6 +600,10 @@ static const struct wl_pointer_listener _pointer_listener =
    _pointer_cb_motion,
    _pointer_cb_button,
    _pointer_cb_axis,
+   NULL, /* frame */
+   NULL, /* axis_source */
+   NULL, /* axis_stop */
+   NULL, /* axis_discrete */
 };
 
 static const struct wl_callback_listener _pointer_surface_listener =

-- 


Reply via email to