use Eina_Bool for true/false values

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-06-26 09:30:33 -04:00
parent 8c90407ce7
commit eafb4ce000
1 changed files with 2 additions and 2 deletions

View 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 */