]> Pileus Git - grits/blobdiff - src/gis-opengl.h
Simple updates to rendering code
[grits] / src / gis-opengl.h
index 2c88d6b67d570c304c56d2c610e91b86c16898e2..f370c981684a8fe184202f327562f33f8020b370 100644 (file)
@@ -48,6 +48,9 @@ struct _GisOpenGL {
        GisPlugins *plugins;
        RoamSphere *sphere;
        guint       sm_source;
+
+       /* for testing */
+       gboolean    wireframe;
 };
 
 struct _GisOpenGLClass {