summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2013-03-07 13:30:27 +0000
committerChris Michael <cp.michael@samsung.com>2013-03-21 07:21:45 +0000
commite409fe62a7ab550076dec1cb2f52446290315a26 (patch)
tree8aacf80bb231d2b3def772dc787925ffa378b05b
parentb71acb5a4397876eed3ff3c7f0a4ba99e2484526 (diff)
downloadenlightenment-e409fe62a7ab550076dec1cb2f52446290315a26.tar.gz
Add missing return values.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/wl_shell/e_mod_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/wl_shell/e_mod_main.c b/src/modules/wl_shell/e_mod_main.c
index 7afd039d75..cc8b262e81 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