X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fobjects%2Fgis-tile.h;h=39cdeea3dbfad2419b93dc63ebde078741fc824e;hp=4ebf7ef190ac3a8d731431c7046fd3cf8f4e5a2c;hb=e4de9d051f0f61a2f0eaa97e631bc7b891dc2eaf;hpb=5350256efff1c97426e0db60e404bfd8a6cb08be diff --git a/src/objects/gis-tile.h b/src/objects/gis-tile.h index 4ebf7ef..39cdeea 100644 --- a/src/objects/gis-tile.h +++ b/src/objects/gis-tile.h @@ -38,8 +38,14 @@ struct _GisTile { /* Pointer to the tile data */ gpointer data; + /* Drawing order */ + gint zindex; + /* North,South,East,West limits */ - GisBBox edge; + GisBounds edge; + + /* Texture mapping coordinates */ + GisBounds coords; /* Pointers to parent/child nodes */ GisTile *parent;