discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=090261bc1bb77c03e7181e3686d9f707db7c9c16

commit 090261bc1bb77c03e7181e3686d9f707db7c9c16
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Feb 10 17:30:05 2015 -0500

    don't add rect for entire screen on wl region create
---
 src/bin/e_comp_wl.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 55ab4a6..6b486d0 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -1328,10 +1328,6 @@ _e_comp_wl_compositor_cb_region_create(struct wl_client 
*client, struct wl_resou
    /* set tiler size */
    eina_tiler_tile_size_set(tiler, 1, 1);
 
-   /* add rectangle to tiler */
-   eina_tiler_rect_add(tiler, 
-                       &(Eina_Rectangle){0, 0, comp->man->w, comp->man->h});
-
    if (!(res = wl_resource_create(client, &wl_region_interface, 1, id)))
      {
         ERR("\tFailed to create region resource");

-- 


Reply via email to