don't clear wl surface input tiler during commit

this broke input regions for successive frames
This commit is contained in:
Mike Blumenkrantz 2015-02-12 19:30:21 -05:00
parent fdeedef7fe
commit 9a6cddf91f
1 changed files with 0 additions and 1 deletions

View File

@ -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;