]> Pileus Git - grits/blobdiff - src/plugins/bmng.h
Update copyright and email address
[grits] / src / plugins / bmng.h
index 21c562acf02405019fa7f2bce51bec4eab5b58a8..af0b833edb4fbab0f051b4f33ab0db21957d263d 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
@@ -34,10 +34,11 @@ struct _GisPluginBmng {
        GObject parent_instance;
 
        /* instance members */
-       GisView   *view;
-       GisOpenGL *opengl;
+       GisViewer *viewer;
        GisTile   *tiles;
        GisWms    *wms;
+       GMutex    *mutex;
+       gulong     sigid;
 };
 
 struct _GisPluginBmngClass {
@@ -47,6 +48,6 @@ struct _GisPluginBmngClass {
 GType gis_plugin_bmng_get_type();
 
 /* Methods */
-GisPluginBmng *gis_plugin_bmng_new(GisWorld *world, GisView *view, GisOpenGL *opengl);
+GisPluginBmng *gis_plugin_bmng_new(GisViewer *viewer);
 
 #endif