2008-02-12 Tomas Frydrych <tf@openedhand.com>

* clutter/clutter-texture.c (texture_update_data):
	Fixed incorrect aligment of texture data.
This commit is contained in:
Tomas Frydrych 2008-02-12 13:12:31 +00:00
parent b40643b86e
commit 161163cf14
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
2008-02-12 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-texture.c (texture_update_data):
Fixed incorrect aligment of texture data.
2008-02-12 Tomas Frydrych <tf@openedhand.com>
* 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 <mallum@openedhand.com>

View File

@ -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,