Fix a couple of missed Eina_Bool conversions

SVN revision: 50007
This commit is contained in:
Nicholas Hughart 2010-07-03 03:07:28 +00:00
parent 88c1bf3585
commit 520441b412
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ ecore_fb_touch_screen_calibrate_get(int *xscale, int *xtrans, int *yscale, int *
if (xyswap) *xyswap = cal.xyswap;
}
static int
static Eina_Bool
_ecore_fb_ts_fd_handler(void *data __UNUSED__, Ecore_Fd_Handler *fd_handler __UNUSED__)
{
static int prev_x = 0, prev_y = 0, prev_pressure = 0;

View File

@ -40,7 +40,7 @@ static void _ecore_fb_event_filter_end(void *data, void *loop_data);
/* prototypes */
static void _ecore_fb_vt_switch(int vt);
static int
static Eina_Bool
_ecore_fb_signal_usr_handler(void *data __UNUSED__, int type __UNUSED__, void *ev)
{