summaryrefslogtreecommitdiff
path: root/atspi/atspi-types.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-11-19 00:06:37 -0500
committerMike Gorse <mgorse@novell.com>2010-11-19 00:06:37 -0500
commitd79f3080eac3169191451f94e976f760133baa31 (patch)
tree8bff0ab8c75b9889455b0f6873a4265bfb266fe9 /atspi/atspi-types.h
parent56b5b8e5721d2f2ef427e107d5e3bee8dcf69457 (diff)
downloadat-spi2-core-d79f3080eac3169191451f94e976f760133baa31.tar.gz
Add first pass at text interface
Diffstat (limited to 'atspi/atspi-types.h')
-rw-r--r--atspi/atspi-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index 076019ed..0dc4f1a2 100644
--- a/atspi/atspi-types.h
+++ b/atspi/atspi-types.h
@@ -38,7 +38,7 @@ typedef struct _AtspiAccessible AtspiEditableText;
typedef struct _AtspiAccessible AtspiHypertext;
typedef struct _AtspiAccessible AtspiSelection;
typedef struct _AtspiAccessible AtspiTable;
-typedef struct _AtspiAccessible AtspiText;
+typedef struct _AtspiText AtspiText;
typedef struct _AtspiAccessible AtspiValue;
typedef guint AtspiControllerEventMask;