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:
af2699d
)
e_pointer: add damage when hiding cursor object
22/306222/1
author
duna.oh
<duna.oh@samsung.com>
Mon, 19 Feb 2024 03:19:10 +0000
(12:19 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Mon, 19 Feb 2024 04:30:04 +0000
(
04:30
+0000)
Change-Id: I4a85d51cadbfe9dd00d2878ecabed146e607962c
(cherry picked from commit
7b2eed891bccfeec081cde817d0d8806aef193af
)
src/bin/e_pointer.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pointer.c
b/src/bin/e_pointer.c
index 12547dbc0304267f4559a72f0b75b5dbf5211632..25c08002cd22b0d72202e648ced5e88fe48c59c8 100644
(file)
--- a/
src/bin/e_pointer.c
+++ b/
src/bin/e_pointer.c
@@
-314,6
+314,7
@@
_e_pointer_object_hide(E_Pointer *ptr, Evas_Object *obj)
{
res = EINA_TRUE;
evas_object_hide(obj);
+ evas_damage_rectangle_add(e_comp->evas, 0, 0, e_comp->w, e_comp->h);
}
_e_pointer_object_set(ptr, NULL);