diff --git a/ChangeLog b/ChangeLog index 0f07dc91a..8c635b3d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +2008-02-12 Tomas Frydrych + + * clutter/clutter-texture.c (texture_update_data): + Fixed incorrect aligment of texture data. + 2008-02-12 Tomas Frydrych * clutter/x11/clutter-event-x11.c (event_translate): - Ignore events directed at the stage window once they have been + Ignore events not directed at the stage window once they have been passed to the filter functions. 2008-02-11 Matthew Allum diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c index c6db5e278..6d97f2976 100644 --- a/clutter/clutter-texture.c +++ b/clutter/clutter-texture.c @@ -1973,7 +1973,7 @@ texture_update_data (ClutterTexture *texture, CLUTTER_NOTE (TEXTURE, "syncing for single tile"); cogl_texture_bind (priv->target_type, priv->tiles[0]); - cogl_texture_set_alignment (priv->target_type, 4, width); + cogl_texture_set_alignment (priv->target_type, 4, priv->width); cogl_texture_set_filters (priv->target_type,