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

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c69 XRectangle damage_bounds; /* bounds of damage */ member in struct:_win
1199 w->damage_bounds.x = w->damage_bounds.y = 0;
1200 w->damage_bounds.width = w->damage_bounds.height = 0;
1717 if (w->damage_bounds.width == 0 || w->damage_bounds.height == 0)
1719 w->damage_bounds = de->area;
1723 if (de->area.x < w->damage_bounds.x)
1725 w->damage_bounds
[all...]

Completed in 4 milliseconds