]> Pileus Git - grits/blobdiff - src/plugins/map.h
Add cube GtkGL example
[grits] / src / plugins / map.h
index 91741e254dab42650459c89fd21fa09bf91872b6..5161837609ee62daeca13323fdcef67c583e9b73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2009-2011 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
@@ -36,9 +36,11 @@ struct _GritsPluginMap {
        /* instance members */
        GritsViewer *viewer;
        GritsTile   *tiles;
+       GritsTms    *tms;
        GritsWms    *wms;
-       GMutex      *mutex;
+       GThreadPool *threads;
        gulong       sigid;
+       gboolean     aborted;
 };
 
 struct _GritsPluginMapClass {