always use e cursor theme for canvas pointers

canvas pointer = wl compositor pointer = always use e theme since there is no
loader for x11 cursors
This commit is contained in:
Mike Blumenkrantz 2017-10-09 07:09:16 -04:00
parent 1e1129e006
commit 6b0b742ace
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ e_pointer_canvas_new(Ecore_Evas *ee, Eina_Bool filled)
ptr->color = EINA_TRUE;
ptr->canvas = EINA_TRUE;
ptr->w = ptr->h = e_config->cursor_size;
ptr->e_cursor = e_config->use_e_cursor;
ptr->e_cursor = 1;
ptr->ee = ee;
ptr->evas = ecore_evas_get(ee);