X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fobjects%2Fgis-object.h;h=6763a5fd18a4425763712b27028fa7089cc27585;hp=1777fce1fb27713af276971c95f929876a2ef593;hb=6b903c96fdc3552f0133060487293c1b927638c4;hpb=f9a7664a7e3474a7635150b400cdd8ac02911ef3 diff --git a/src/objects/gis-object.h b/src/objects/gis-object.h index 1777fce..6763a5f 100644 --- a/src/objects/gis-object.h +++ b/src/objects/gis-object.h @@ -36,6 +36,7 @@ typedef struct _GisObjectClass GisObjectClass; struct _GisObject { GObject parent_instance; GisPoint center; + gboolean hidden; gdouble lod; };