X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgis-opengl.h;h=80e866ee8fb3920b2bd718d7cc50a81f254b5270;hp=2cf49686c312f0d4e9889b6d9fb0b339fd7107f6;hb=cd2b3c70807c914687f9051b34a8fe029de300ee;hpb=c2e39b9d64035038a19d753129cc2124b4ed1382 diff --git a/src/gis-opengl.h b/src/gis-opengl.h index 2cf4968..80e866e 100644 --- a/src/gis-opengl.h +++ b/src/gis-opengl.h @@ -42,6 +42,7 @@ struct _GisOpenGL { RoamSphere *sphere; GMutex *sphere_lock; guint sm_source[2]; + guint ue_source; /* for testing */ gboolean wireframe; @@ -56,6 +57,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