mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 09:16:10 -05:00
Updated to clutter-0.8.
This commit is contained in:
parent
e1965914a3
commit
5ebaa15333
@ -284,7 +284,7 @@ if test x$have_xcursor = xyes; then
|
||||
AC_DEFINE(HAVE_XCURSOR, , [Building with Xcursor support])
|
||||
fi
|
||||
|
||||
METACITY_PC_MODULES="$METACITY_PC_MODULES clutter-0.7"
|
||||
METACITY_PC_MODULES="$METACITY_PC_MODULES clutter-0.8"
|
||||
|
||||
PKG_CHECK_MODULES(METACITY, $METACITY_PC_MODULES)
|
||||
|
||||
|
@ -1945,7 +1945,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;
|
||||
|
Loading…
Reference in New Issue
Block a user