use pixmap size for wl subsurface commit configure

This commit is contained in:
Mike Blumenkrantz 2015-02-11 17:08:06 -05:00
parent 491825c05f
commit e1e711ce53
1 changed files with 1 additions and 4 deletions

View File

@ -1491,10 +1491,7 @@ _e_comp_wl_subsurface_commit_from_cache(E_Client *ec)
{
int x, y, nw, nh;
nw = ec->client.w;
nh = ec->client.h;
if (nw == 0) nw = cdata->pending.w;
if (nh == 0) nh = cdata->pending.h;
e_pixmap_size_get(ec->pixmap, &nw, &nh);
if (ec->changes.pos)
e_comp_object_frame_xy_adjust(ec->frame, ec->x, ec->y, &x, &y);
else