2008-08-22 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/upstream/at-spi2-core.git] / tests / dummyatk / my-atk-object.h
index 04b0c78..72a4aea 100644 (file)
@@ -17,6 +17,8 @@ struct _MyAtkObject
 {
     AtkObject parent;
     //array of children
+    AtkStateSet *state_set;
+    AtkAttributeSet *attributes;
     GPtrArray* children;
     gint id;
 };