X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgis-opengl.h;h=72d7b13bdf0fe62050ad28a4bbc190e06fce401e;hp=2cf49686c312f0d4e9889b6d9fb0b339fd7107f6;hb=5e97f4c0721a5481afbb2d005538e896ac8baf5a;hpb=c2e39b9d64035038a19d753129cc2124b4ed1382 diff --git a/src/gis-opengl.h b/src/gis-opengl.h index 2cf4968..72d7b13 100644 --- a/src/gis-opengl.h +++ b/src/gis-opengl.h @@ -39,9 +39,11 @@ struct _GisOpenGL { /* instance members */ GTree *objects; + GMutex *objects_lock; RoamSphere *sphere; GMutex *sphere_lock; guint sm_source[2]; + guint ue_source; /* for testing */ gboolean wireframe; @@ -56,6 +58,6 @@ struct _GisOpenGLClass { GType gis_opengl_get_type(void); /* Methods */ -GisViewer *gis_opengl_new(GisPlugins *plugins); +GisViewer *gis_opengl_new(GisPlugins *plugins, GisPrefs *prefs); #endif