Add ECORE_X_CURSOR_EXCHANGE to e_pointer for a 'rotate' cursor.
authorChristopher Michael <cp.michael@samsung.com>
Fri, 30 Nov 2012 07:26:19 +0000 (07:26 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 30 Nov 2012 07:26:19 +0000 (07:26 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 79867

src/bin/e_pointer.c

index 6605023..5186f53 100644 (file)
@@ -445,6 +445,8 @@ fallback:
         cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_PLUS);
       else if (!strcmp(type, "hand"))
         cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_HAND1);
+      else if (!strcmp(type, "rotate"))
+        cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_EXCHANGE);
       else
         {
            printf("Unknown pointer type: %s\n", type);