get window geometry for overrides during shape update, not pixmap geometry

This commit is contained in:
Mike Blumenkrantz 2013-07-09 11:50:10 +01:00
parent 607f5914ff
commit 31c3d13d57
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ _e_comp_win_update(E_Comp_Win *cw)
{
if (cw->free_shape)
{
ecore_x_pixmap_geometry_get(cw->win, NULL, NULL, &(cw->w), &(cw->h));
ecore_x_window_geometry_get(cw->win, NULL, NULL, &(cw->w), &(cw->h));
rects = (Eina_Rectangle*)ecore_x_window_shape_rectangles_get(cw->win, &num);
e_container_shape_rects_set(cw->shape, rects, num);
if (cw->shape->shape_rects)