From 5aae4607ead618c2cf80d8b5d6dc0af191070415 Mon Sep 17 00:00:00 2001 From: Michael BOUCHAUD Date: Wed, 8 Feb 2012 11:26:13 +0000 Subject: [PATCH] e: add hand pointer SVN revision: 67756 --- src/bin/e_pointer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_pointer.c b/src/bin/e_pointer.c index 958b0b047..d41fd5df7 100644 --- a/src/bin/e_pointer.c +++ b/src/bin/e_pointer.c @@ -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);