Searched refs:shape_bounds (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c88 XRectangle shape_bounds; member in struct:_win
1454 new->shape_bounds.x = new->a.x;
1455 new->shape_bounds.y = new->a.y;
1456 new->shape_bounds.width = new->a.width;
1457 new->shape_bounds.height = new->a.height;
1557 w->shape_bounds.x -= w->a.x;
1558 w->shape_bounds.y -= w->a.y;
1593 w->shape_bounds.x += w->a.x;
1594 w->shape_bounds.y += w->a.y;
1597 w->shape_bounds
[all...]

Completed in 4 milliseconds