]> Pileus Git - grits/blobdiff - src/plugins/test.h
Add cube GtkGL example
[grits] / src / plugins / test.h
index f1b79248964588deed29664a79a0a3a4129e937d..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
@@ -35,7 +35,9 @@ struct _GritsPluginTest {
 
        /* instance members */
        GritsViewer *viewer;
-       gpointer     marker;
+       GritsMarker *marker;
+       GritsPoly   *poly;
+       GritsLine   *line;
 };
 
 struct _GritsPluginTestClass {