tiles: TiPlaneRect const ripple
This commit is contained in:
parent
51ec834f6c
commit
00b479301f
|
|
@ -657,7 +657,7 @@ DBResetTilePlane(plane, cdata)
|
||||||
ClientData cdata;
|
ClientData cdata;
|
||||||
{
|
{
|
||||||
Tile *tp, *tpnew;
|
Tile *tp, *tpnew;
|
||||||
Rect *rect = &TiPlaneRect;
|
const Rect *rect = &TiPlaneRect;
|
||||||
|
|
||||||
/* Start with the leftmost non-infinity tile in the plane */
|
/* Start with the leftmost non-infinity tile in the plane */
|
||||||
tp = TR(plane->pl_left);
|
tp = TR(plane->pl_left);
|
||||||
|
|
@ -735,7 +735,7 @@ DBFreePaintPlane(plane)
|
||||||
Plane *plane; /* Plane whose storage is to be freed */
|
Plane *plane; /* Plane whose storage is to be freed */
|
||||||
{
|
{
|
||||||
Tile *tp, *tpnew;
|
Tile *tp, *tpnew;
|
||||||
Rect *rect = &TiPlaneRect;
|
const Rect *rect = &TiPlaneRect;
|
||||||
|
|
||||||
/* Start with the bottom-right non-infinity tile in the plane */
|
/* Start with the bottom-right non-infinity tile in the plane */
|
||||||
tp = BL(plane->pl_right);
|
tp = BL(plane->pl_right);
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,7 @@ extFindCoupling(def, table, clipArea)
|
||||||
HashTable *table;
|
HashTable *table;
|
||||||
Rect *clipArea;
|
Rect *clipArea;
|
||||||
{
|
{
|
||||||
Rect *searchArea;
|
const Rect *searchArea;
|
||||||
int pNum;
|
int pNum;
|
||||||
extCapStruct ecs;
|
extCapStruct ecs;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue