projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f24a15
)
Add ECORE_X_CURSOR_EXCHANGE to e_pointer for a 'rotate' cursor.
author
Christopher Michael
<cp.michael@samsung.com>
Fri, 30 Nov 2012 07:26:19 +0000
(07:26 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Fri, 30 Nov 2012 07:26:19 +0000
(07:26 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 79867
src/bin/e_pointer.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pointer.c
b/src/bin/e_pointer.c
index 660502331f32a81f6ad99773727b762c4d370418..5186f53ec155f4fc9612b4cd3dc252b07ed39630 100644
(file)
--- a/
src/bin/e_pointer.c
+++ b/
src/bin/e_pointer.c
@@
-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);