summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-03-31 09:18:34 +0000
committerBill Haneman <billh@src.gnome.org>2006-03-31 09:18:34 +0000
commitb6f23a1284e3934a2c6bc2a3e7356e45706daea6 (patch)
tree76cdc88663c93bfb0891e346e93d909fb8b0ef2f
parentd330bc9308210dea0bcfc56ae65383cad0d1e1c6 (diff)
downloadatk-b6f23a1284e3934a2c6bc2a3e7356e45706daea6.tar.gz
Made atk_component_real_get_alpha static, as it should be.
-rwxr-xr-xatk/atkcomponent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkcomponent.c b/atk/atkcomponent.c
index 0134b89..f36725d 100755
--- a/atk/atkcomponent.c
+++ b/atk/atkcomponent.c
@@ -590,7 +590,7 @@ atk_component_real_get_size (AtkComponent *component,
atk_component_get_extents (component, &x, &y, width, height, coord_type);
}
-gdouble
+static gdouble
atk_component_real_get_alpha (AtkComponent *component)
{
return (gdouble) 1.0;