X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=cspi%2Fspi-private.h;h=795d08d4ec57b0a06bb0cb7d2fba5dd0d12d4d51;hp=57df3fcba1df049aa9b93f94c995c52db03b9db4;hb=5d374cf95f2447a712f94dd2efe2b294ecab58ca;hpb=d4b0723f4b3378f27dc15b76a549a5712673860c diff --git a/cspi/spi-private.h b/cspi/spi-private.h index 57df3fc..795d08d 100644 --- a/cspi/spi-private.h +++ b/cspi/spi-private.h @@ -27,13 +27,14 @@ /* Private internal implementation details of at-spi. */ -#include -#include -#include +#include "common/spi-dbus.h" +#include "cspi/spi.h" +#include "string.h" #include "cspi/cspi-lowlevel.h" #include "cspi/spi-listener.h" #include "dbind/dbind.h" #include +#include "common/spi-stateset.h" typedef struct _CSpiApplication CSpiApplication; struct _CSpiApplication @@ -56,11 +57,7 @@ struct _Accessible { gint interfaces : 24; char *name; char *description; -}; - -struct _AccessibleStateSet { - guint ref_count; - GArray *states; + AtkStateSet *states; }; #define SPI_INTERNAL_EVENT_MAGIC 0xc3