only change to image cursor if not using e cursor
authorMike Blumenkrantz <zmike@samsung.com>
Mon, 27 Jan 2014 16:18:03 +0000 (11:18 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Mon, 27 Jan 2014 16:18:03 +0000 (11:18 -0500)
T851

src/bin/e_pointer.c

index 483c3c1..d1a0f27 100644 (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;