]> Pileus Git - grits/blobdiff - src/plugins/bmng.h
Update copyright and email address
[grits] / src / plugins / bmng.h
index f8eadca680fcc020961647a2488ce81a716e1251..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,8 +34,7 @@ struct _GisPluginBmng {
        GObject parent_instance;
 
        /* instance members */
-       GisView   *view;
-       GisOpenGL *opengl;
+       GisViewer *viewer;
        GisTile   *tiles;
        GisWms    *wms;
        GMutex    *mutex;
@@ -49,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