discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9a6cddf91f787ebdecb029029d6c819e7f3cf51f

commit 9a6cddf91f787ebdecb029029d6c819e7f3cf51f
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Feb 12 19:30:21 2015 -0500

    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 c4ecfb8..18786ce 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;

-- 


Reply via email to