use a new e_pointer for the window canvas

This fixes an issue where internal dialogs were not using the e
cursors but would default back to an x cursor

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-26 14:36:57 -04:00
parent 7840d11459
commit 6b56465bac
1 changed files with 1 additions and 3 deletions

View File

@ -345,9 +345,7 @@ e_win_new(E_Comp *c)
win->max_aspect = 0.0;
wins = eina_list_append(wins, win);
// win->pointer = e_pointer_canvas_new(win->ecore_evas, EINA_TRUE);
win->pointer = c->pointer;
win->pointer = e_pointer_canvas_new(win->ecore_evas, EINA_TRUE);
/* if (c->comp_type == E_PIXMAP_TYPE_X) */
/* win->pointer = e_pointer_window_new(win->evas_win, EINA_TRUE); */