X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2Fenv.h;h=7b73a2e0f3655579ecdd3a1dd29ad25c1bf9ab8e;hp=e05c8bc2f4d74b480b5a498c1754eae0c1ab7592;hb=5fc5cb01b2d060bdfa5a268c0d4e6b528bd31edc;hpb=c2e39b9d64035038a19d753129cc2124b4ed1382 diff --git a/src/plugins/env.h b/src/plugins/env.h index e05c8bc..7b73a2e 100644 --- a/src/plugins/env.h +++ b/src/plugins/env.h @@ -34,7 +34,10 @@ struct _GisPluginEnv { GObject parent_instance; /* instance members */ - GisViewer *viewer; + GisViewer *viewer; + guint tex; + GisTile *background; + GList *refs; }; struct _GisPluginEnvClass {