From 9a6cddf91f787ebdecb029029d6c819e7f3cf51f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 12 Feb 2015 19:30:21 -0500 Subject: [PATCH] don't clear wl surface input tiler during commit this broke input regions for successive frames --- src/bin/e_comp_wl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index c4ecfb857..18786ce37 100644 --- 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;