summaryrefslogtreecommitdiff
path: root/atk/atktext.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atktext.h')
-rwxr-xr-xatk/atktext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atktext.h b/atk/atktext.h
index 83a6aa9..bea880a 100755
--- a/atk/atktext.h
+++ b/atk/atktext.h
@@ -333,7 +333,7 @@ struct _AtkTextIface
gint offset,
gint *x,
gint *y,
- gint *length,
+ gint *height,
gint *width,
AtkCoordType coords);
gint (* get_character_count) (AtkText *text);
@@ -401,7 +401,7 @@ void atk_text_get_character_extents (AtkText *tex
gint offset,
gint *x,
gint *y,
- gint *length,
+ gint *height,
gint *width,
AtkCoordType coords);
AtkAttributeSet* atk_text_ref_run_attributes (AtkText *text,