Use arrow as fallback.
authorsebastid <sebastid>
Sun, 9 Oct 2005 18:20:20 +0000 (18:20 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 9 Oct 2005 18:20:20 +0000 (18:20 +0000)
SVN revision: 17356

src/bin/e_pointer.c

index 3bbfae3..94cb58f 100644 (file)
@@ -430,7 +430,7 @@ _e_pointer_type_set(E_Pointer *p, const char *type)
        else
          {
             printf("Unknown pointer type: %s\n", type);
-            cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_LEFT_PTR);
+            cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_ARROW);
             if (!cursor) printf("X Cursor for default is missing\n");
             ecore_x_window_cursor_set(p->win, cursor);
          }