Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_pointer.c 


Log Message:
Use arrow as fallback.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_pointer.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_pointer.c 9 Oct 2005 18:14:05 -0000       1.16
+++ e_pointer.c 9 Oct 2005 18:20:20 -0000       1.17
@@ -430,7 +430,7 @@
        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);
          }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to