summaryrefslogtreecommitdiff
path: root/atk/atkcomponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkcomponent.h')
-rwxr-xr-xatk/atkcomponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h
index c089150..b551cd4 100755
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -93,8 +93,8 @@ struct _AtkComponentIface
gint width,
gint height);
- AtkLayer (* get_layer) (AtkObject *accessible);
- gint (* get_mdi_zorder) (AtkObject *accessible);
+ AtkLayer (* get_layer) (AtkComponent *component);
+ gint (* get_mdi_zorder) (AtkComponent *component);
AtkFunction pad1;
AtkFunction pad2;