set shape input rects for shaped windows

This commit is contained in:
Mike Blumenkrantz 2013-05-09 14:01:22 +01:00
parent 2723bde28c
commit 84b071df66
1 changed files with 1 additions and 0 deletions

View File

@ -7706,6 +7706,7 @@ _e_border_eval0(E_Border *bd)
if (!bd->bordername)
bd->client.border.changed = 1;
}
ecore_x_window_shape_input_rectangles_set(bd->win, rects, num);
}
free(rects);
}