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:
fdeedef
)
don't clear wl surface input tiler during commit
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 13 Feb 2015 00:30:21 +0000
(19:30 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 13 Feb 2015 00:30:21 +0000
(19:30 -0500)
this broke input regions for successive frames
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index c4ecfb857977d15c504498a131ce2d6b3f096c84..18786ce37258f2beb93ae7a97015337607e054d0 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2628,7
+2628,6
@@
e_comp_wl_surface_commit(E_Client *ec)
e_comp_object_input_area_set(ec->frame, 0, 0, ec->w, ec->h);
eina_tiler_free(tmp);
- eina_tiler_clear(ec->comp_data->pending.input);
}
return EINA_TRUE;