2008-04-29 Robert Bragg <bob@o-hand.com>
* clutter/x11/clutter-x11-texture-pixmap.c: In clutter_x11_texture_pixmap_set_pixmap, dont assume that the actor size should be changed to match the size of the pixmap.
This commit is contained in:
parent
3bcd5d3f98
commit
c90df4d4a0
@ -1,3 +1,9 @@
|
||||
2008-04-29 Robert Bragg <bob@o-hand.com>
|
||||
|
||||
* clutter/x11/clutter-x11-texture-pixmap.c:
|
||||
In clutter_x11_texture_pixmap_set_pixmap, dont assume that the actor
|
||||
size should be changed to match the size of the pixmap.
|
||||
|
||||
2008-04-29 Robert Bragg <bob@o-hand.com>
|
||||
|
||||
* clutter/cogl/gles/cogl-texture.c:
|
||||
|
@ -705,9 +705,6 @@ clutter_x11_texture_pixmap_set_pixmap (ClutterX11TexturePixmap *texture,
|
||||
priv->pixmap_width,
|
||||
priv->pixmap_height);
|
||||
}
|
||||
|
||||
clutter_actor_set_size (CLUTTER_ACTOR(texture),
|
||||
priv->pixmap_width, priv->pixmap_height);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user