]> Pileus Git - grits/blobdiff - src/gis-opengl.h
Update copyright and email address
[grits] / src / gis-opengl.h
index 0ef682df6a243fdebe7429b8c775eedbcf6f3bba..2cf49686c312f0d4e9889b6d9fb0b339fd7107f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -38,7 +38,9 @@ struct _GisOpenGL {
        GisViewer parent_instance;
 
        /* instance members */
+       GTree      *objects;
        RoamSphere *sphere;
+       GMutex     *sphere_lock;
        guint       sm_source[2];
 
        /* for testing */