discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=7f2b83c8d9d16e07a03697f72c2a539a942ed0ab

commit 7f2b83c8d9d16e07a03697f72c2a539a942ed0ab
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Feb 3 19:43:26 2015 -0500

    remove unnecessary comp work in wl pixmap functionality
    
    these are all basically no-ops anyway
---
 src/bin/e_pixmap.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index fec0564..16b2e97 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -71,8 +71,6 @@ _e_pixmap_clear(E_Pixmap *cp, Eina_Bool cache)
 #if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
         if (cp->resource)
           {
-             _e_pixmap_resource_free(cp->resource);
-             cp->resource = NULL;
              e_pixmap_image_clear(cp, cache);
           }
 #endif
@@ -405,7 +403,6 @@ e_pixmap_refresh(E_Pixmap *cp)
            if (cp->client)
              {
                 cd = (E_Comp_X_Client_Data*)cp->client->comp_data;
-                e_comp_object_native_surface_set(cp->client->frame, 0);
              }
            success = !!pixmap;
            if (!success) break;
@@ -445,7 +442,6 @@ e_pixmap_refresh(E_Pixmap *cp)
              if (cp->client)
                {
                   cd = (E_Comp_Wl_Client_Data *)cp->client->comp_data;
-                  e_comp_object_native_surface_set(cp->client->frame, 0);
                   res = cd->pending.buffer;
                   /* pw = cp->client->client.w; */
                   /* ph = cp->client->client.h; */

-- 


Reply via email to