X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2Fbmng.h;h=af0b833edb4fbab0f051b4f33ab0db21957d263d;hp=5ebed781c3022f573ccc05d85a87ebe9f4601dca;hb=c2e39b9d64035038a19d753129cc2124b4ed1382;hpb=35eef7db3248843c17de23c5636ff9c8610ea191 diff --git a/src/plugins/bmng.h b/src/plugins/bmng.h index 5ebed78..af0b833 100644 --- a/src/plugins/bmng.h +++ b/src/plugins/bmng.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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,11 +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 { @@ -48,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