]> Pileus Git - grits/blobdiff - src/plugins/env.h
Add blank background color to env
[grits] / src / plugins / env.h
index e05c8bc2f4d74b480b5a498c1754eae0c1ab7592..9ac31e66e75d59027c3241a0aefceec48b59a43f 100644 (file)
@@ -34,7 +34,9 @@ struct _GisPluginEnv {
        GObject parent_instance;
 
        /* instance members */
-       GisViewer       *viewer;
+       GisViewer *viewer;
+       guint      tex;
+       GisTile   *background;
 };
 
 struct _GisPluginEnvClass {