devilhorns pushed a commit to branch devs/devilhorns/wayland.

commit bb6318069b7c7fcee5bd36a0726c2a49ad7626a8
Author: Chris Michael <[email protected]>
Date:   Thu Mar 7 13:30:27 2013 +0000

    Add missing return values.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/wl_shell/e_mod_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/wl_shell/e_mod_main.c 
b/src/modules/wl_shell/e_mod_main.c
index 7afd039..cc8b262 100644
--- a/src/modules/wl_shell/e_mod_main.c
+++ b/src/modules/wl_shell/e_mod_main.c
@@ -188,12 +188,14 @@ static int
 _e_wl_shell_shell_surface_move(E_Wayland_Shell_Surface *ewss, void *seat)
 {
    SLOGFN(__FILE__, __LINE__, __FUNCTION__);
+   return 0;
 }
 
 static int 
 _e_wl_shell_shell_surface_resize(E_Wayland_Shell_Surface *ewss, void *seat, 
unsigned int edges)
 {
    SLOGFN(__FILE__, __LINE__, __FUNCTION__);
+   return 0;
 }
 
 static void 

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to