e: add hand pointer

SVN revision: 67756
This commit is contained in:
Michael BOUCHAUD 2012-02-08 11:26:13 +00:00
parent a8a9fac8e3
commit 5aae4607ea
1 changed files with 2 additions and 0 deletions

View File

@ -443,6 +443,8 @@ fallback:
cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_LEFT_PTR);
else if (!strcmp(type, "plus"))
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
{
printf("Unknown pointer type: %s\n", type);