only change to image cursor if not using e cursor

T851
This commit is contained in:
Mike Blumenkrantz 2014-01-27 11:18:03 -05:00
parent 8aafbfe6ce
commit 6c79b3ea87
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ e_pointer_image_set(E_Pointer *p, E_Pixmap *cp, int w, int h, int hot_x, int hot
}
}
#ifndef WAYLAND_ONLY
else
else if (!p->e_cursor)
{
Ecore_X_Cursor cur;