]> Pileus Git - grits/blobdiff - src/plugins/test.h
Add mouse-over testing to test plugin
[grits] / src / plugins / test.h
index f1b79248964588deed29664a79a0a3a4129e937d..6fa9b7b39cf6d282ef8c8bd21d473e3407d383c5 100644 (file)
@@ -35,7 +35,8 @@ struct _GritsPluginTest {
 
        /* instance members */
        GritsViewer *viewer;
-       gpointer     marker;
+       GritsMarker *marker;
+       GritsPoly   *poly;
 };
 
 struct _GritsPluginTestClass {