Fix a couple of missed Eina_Bool conversions
authormekius <mekius@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Jul 2010 03:07:28 +0000 (03:07 +0000)
committermekius <mekius@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Jul 2010 03:07:28 +0000 (03:07 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50007 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_fb/ecore_fb_ts.c
src/lib/ecore_fb/ecore_fb_vt.c

index 0303aa7..4d002a2 100644 (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;
index d24a780..d2a48ec 100644 (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)
 {