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:
92d8b18
)
e_pointer: do not set type for resize mode
88/45788/1
author
MinJeong Kim
<minjjj.kim@samsung.com>
Tue, 11 Aug 2015 09:01:45 +0000
(18:01 +0900)
committer
MinJeong Kim
<minjjj.kim@samsung.com>
Tue, 11 Aug 2015 09:01:50 +0000
(18:01 +0900)
If there is a cursor which is set by client, to switch cursor for new resize
mode is also client's role.
Change-Id: I8a9ad9b77d93ba6ece2a91ad6efb1bb0bd8399d9
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/bin/e_pointer.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pointer.c
b/src/bin/e_pointer.c
index 534f2cf3fe2a1cb00838ebc4d6e33f01d355fc7a..8d2064b0c72d71764b77973df316b6e36b10a997 100644
(file)
--- a/
src/bin/e_pointer.c
+++ b/
src/bin/e_pointer.c
@@
-623,6
+623,7
@@
e_pointer_type_pop(E_Pointer *ptr, void *obj, const char *type)
EAPI void
e_pointer_mode_push(void *obj, E_Pointer_Mode mode)
{
+#ifndef HAVE_WAYLAND_ONLY
switch (mode)
{
case E_POINTER_RESIZE_TL:
@@
-663,6
+664,7
@@
e_pointer_mode_push(void *obj, E_Pointer_Mode mode)
default: break;
}
+#endif
}
EAPI void