]> Pileus Git - grits/blobdiff - src/objects/gis-tile.h
Rename GisBBox to GisBounds
[grits] / src / objects / gis-tile.h
index 4ebf7ef190ac3a8d731431c7046fd3cf8f4e5a2c..39cdeea3dbfad2419b93dc63ebde078741fc824e 100644 (file)
@@ -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;