never mark wl client pixmaps as dirty or refresh them

this has no meaning for a wl pixmap in the current implementation
This commit is contained in:
Mike Blumenkrantz 2015-09-29 16:35:30 -04:00
parent bd8987c4d9
commit ba92337882
1 changed files with 0 additions and 5 deletions

View File

@ -1721,8 +1721,6 @@ _e_comp_wl_subsurface_commit_from_cache(E_Client *ec)
_e_comp_wl_surface_state_commit(ec, &sdata->cached);
e_comp_wl_buffer_reference(&sdata->cached_buffer_ref, NULL);
e_pixmap_refresh(ec->pixmap);
}
static void
@ -2789,7 +2787,6 @@ e_comp_wl_surface_attach(E_Client *ec, E_Comp_Wl_Buffer *buffer)
/* set usable early because shell module checks this */
e_pixmap_usable_set(ec->pixmap, (buffer != NULL));
e_pixmap_resource_set(ec->pixmap, buffer);
e_pixmap_dirty(ec->pixmap);
_e_comp_wl_surface_state_size_update(ec, &ec->comp_data->pending);
}
@ -2805,8 +2802,6 @@ e_comp_wl_surface_commit(E_Client *ec)
ignored = ec->ignored;
e_pixmap_refresh(ec->pixmap);
if (!e_pixmap_usable_get(ec->pixmap))
{
if (ec->comp_data->mapped)