aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e80885..f9e4694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-11 Tomas Frydrych <tf@o-hand.com>
+
+ * /matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c:
+ (tidy_texture_frame_paint):
+ Updated to match upstream API change.
+
2008-06-10 Tomas Frydrych <tf@o-hand.com>
* matchbox/theme-engines/mb-wm-theme.c:
diff --git a/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c b/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
index 3669e05..11259fc 100644
--- a/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
+++ b/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
@@ -1794,7 +1794,7 @@ tidy_texture_frame_paint (ClutterActor *self)
ty1 = CLUTTER_INT_TO_FIXED (priv->top) / tex_height;
ty2 = CLUTTER_INT_TO_FIXED (tex_height - priv->bottom) / tex_height;
- col.alpha = clutter_actor_get_abs_opacity (self);
+ col.alpha = clutter_actor_get_paint_opacity (self);
cogl_color (&col);
ex = width - priv->right;