cleanup compiler warnings when building for wayland-only

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-03 14:02:25 -04:00
parent 459492b9ad
commit e82da5e67a
1 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,9 @@ e_grabinput_get(Ecore_Window mouse_win, int confine_mouse, Ecore_Window key_win)
#endif
grab_key_win = key_win;
}
#ifdef HAVE_WAYLAND_ONLY
(void)confine_mouse;
#endif
return 1;
}
@ -194,6 +197,9 @@ _e_grabinput_focus_do(Ecore_Window win, E_Focus_Method method)
default:
break;
}
#ifdef HAVE_WAYLAND_ONLY
(void)win;
#endif
}
static void