X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=cspi%2Fspi-private.h;h=795d08d4ec57b0a06bb0cb7d2fba5dd0d12d4d51;hb=471594e7ca840f5f9cb46c13123ffdda6bf981d8;hp=57df3fcba1df049aa9b93f94c995c52db03b9db4;hpb=eb3491f5dc29e0ea5d1be5fd730fe2baa627e9ce;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git 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