don't clear wl surface input tiler during commit
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 13 Feb 2015 00:30:21 +0000 (19:30 -0500)
committerMike 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

index c4ecfb857977d15c504498a131ce2d6b3f096c84..18786ce37258f2beb93ae7a97015337607e054d0 100644 (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;