projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f736946
)
Input events cache: use the new mechanism to reuse eo objects.
author
Tom Hacohen
<tom@stosb.com>
Fri, 28 Oct 2016 12:20:56 +0000
(13:20 +0100)
committer
Tom Hacohen
<tom@stosb.com>
Fri, 28 Oct 2016 12:20:56 +0000
(13:20 +0100)
src/lib/evas/canvas/efl_input_pointer.c
patch
|
blob
|
history
diff --git
a/src/lib/evas/canvas/efl_input_pointer.c
b/src/lib/evas/canvas/efl_input_pointer.c
index
2214871
..
68c13bc
100644
(file)
--- a/
src/lib/evas/canvas/efl_input_pointer.c
+++ b/
src/lib/evas/canvas/efl_input_pointer.c
@@
-34,6
+34,7
@@
_del_hook(Eo *evt)
efl_ref(evt);
efl_parent_set(evt, NULL);
}
+ efl_reuse(evt);
s_cached_event = evt;
}
else