Add ECORE_X_CURSOR_EXCHANGE to e_pointer for a 'rotate' cursor.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 79867
This commit is contained in:
Christopher Michael 2012-11-30 07:26:19 +00:00 committed by Christopher Michael
parent 9f24a15665
commit 9b465c8a95
1 changed files with 2 additions and 0 deletions

View 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);