mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
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:
parent
b40643b86e
commit
161163cf14
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user