devilhorns pushed a commit to branch master.

commit 3b8d6bf89a090686fed774f3a58b772507bf8b18
Author: Chris Michael <[email protected]>
Date:   Wed Jun 26 12:39:14 2013 +0100

    Add missing initializer for wl_seat_listener.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_wayland/ecore_wl_input.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/ecore_wayland/ecore_wl_input.c 
b/src/lib/ecore_wayland/ecore_wl_input.c
index 03a80b2..d76fe19 100644
--- a/src/lib/ecore_wayland/ecore_wl_input.c
+++ b/src/lib/ecore_wayland/ecore_wl_input.c
@@ -124,6 +124,7 @@ static const struct wl_touch_listener touch_listener =
 static const struct wl_seat_listener _ecore_wl_seat_listener = 
 {
    _ecore_wl_input_seat_handle_capabilities,
+   NULL // _ecore_wl_input_seat_handle_name
 };
 
 static const struct wl_data_device_listener _ecore_wl_data_listener = 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to