use Eina_Bool for true/false values
authorChris Michael <cp.michael@samsung.com>
Thu, 26 Jun 2014 13:30:33 +0000 (09:30 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 14:10:37 +0000 (10:10 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/wl_drm/e_mod_main.c

index 9a8757b..1bf5b9d 100644 (file)
@@ -58,8 +58,8 @@ e_modapi_init(E_Module *m)
 
    /* comp->pointer =  */
    /*   e_pointer_window_new(ecore_evas_window_get(comp->ee), 1); */
-   comp->pointer = e_pointer_canvas_new(comp->evas, 1);
-   comp->pointer->color = 1;
+   comp->pointer = e_pointer_canvas_new(comp->ee, EINA_TRUE);
+   comp->pointer->color = EINA_TRUE;
 
    /* FIXME: We need a way to trap for user changing the keymap inside of E 
     *        without the event coming from X11 */