]> Pileus Git - grits/blobdiff - src/objects/gis-tile.h
Rename GisBBox to GisBounds
[grits] / src / objects / gis-tile.h
index e2b72524f53d430e4c12cf0746bccb809e905e4e..39cdeea3dbfad2419b93dc63ebde078741fc824e 100644 (file)
@@ -38,11 +38,14 @@ struct _GisTile {
        /* Pointer to the tile data */
        gpointer data;
 
-       /* Pointer to the tile 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;