]> Pileus Git - grits/blobdiff - src/plugins/test.h
Move threading out of tile update/gc functions
[grits] / src / plugins / test.h
index 6fa9b7b39cf6d282ef8c8bd21d473e3407d383c5..7e980e6c88e3bdd2089ccc1012d50db84dc820fd 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
@@ -37,6 +37,7 @@ struct _GritsPluginTest {
        GritsViewer *viewer;
        GritsMarker *marker;
        GritsPoly   *poly;
+       GritsLine   *line;
 };
 
 struct _GritsPluginTestClass {