devilhorns pushed a commit to branch master.

commit 078473137fbf702ea184c02fe00e3331788e65a0
Author: Chris Michael <[email protected]>
Date:   Wed Jun 26 12:39:47 2013 +0100

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

diff --git a/src/bin/engine_wayland_common.c b/src/bin/engine_wayland_common.c
index 2f82e6e..ca53163 100644
--- a/src/bin/engine_wayland_common.c
+++ b/src/bin/engine_wayland_common.c
@@ -9,6 +9,7 @@ static void _seat_handle_capabilities(void *data, struct 
wl_seat *seat, enum wl_
 static const struct wl_seat_listener engine_wayland_seat_listener =
 {
    _seat_handle_capabilities,
+   NULL // _seat_handle_name
 };
 
 /* Keyboard handler */

-- 

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

Build for Windows Store.

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

Reply via email to