mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
2008-02-01 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c: (clutter_texture_new_from_actor): Fix typo breaking FBO rendering on anything other than a cloned texture.
This commit is contained in:
parent
8366a906e2
commit
b14da429e0
@ -1,3 +1,9 @@
|
|||||||
|
2008-02-01 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-texture.c: (clutter_texture_new_from_actor):
|
||||||
|
Fix typo breaking FBO rendering on anything other than a cloned
|
||||||
|
texture.
|
||||||
|
|
||||||
2008-02-01 Matthew Allum <mallum@openedhand.com>
|
2008-02-01 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-feature.h:
|
* clutter/clutter-feature.h:
|
||||||
|
@ -2185,7 +2185,7 @@ clutter_texture_new_from_actor (ClutterActor *actor)
|
|||||||
|
|
||||||
priv->fbo_handle = cogl_offscreen_create (priv->tiles[0]);
|
priv->fbo_handle = cogl_offscreen_create (priv->tiles[0]);
|
||||||
|
|
||||||
clutter_actor_set_size (actor, w, h);
|
clutter_actor_set_size (texture, w, h);
|
||||||
|
|
||||||
return CLUTTER_ACTOR(texture);
|
return CLUTTER_ACTOR(texture);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user