mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 02:20:43 -05:00
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-texture.c: Mention the fact that a ClutterTexture will scale its contents to fit inside the requested bounding box. (#661)
This commit is contained in:
parent
4f651833b4
commit
b728858cc3
@ -1,3 +1,9 @@
|
|||||||
|
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-texture.c: Mention the fact that a ClutterTexture
|
||||||
|
will scale its contents to fit inside the requested bounding
|
||||||
|
box. (#661)
|
||||||
|
|
||||||
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-actor.c: Fix documentation for
|
* clutter/clutter-actor.c: Fix documentation for
|
||||||
|
@ -39,6 +39,11 @@
|
|||||||
* system memory. Re-realizing then performs the opposite operation.
|
* system memory. Re-realizing then performs the opposite operation.
|
||||||
* This process allows basic management of commonly limited available texture
|
* This process allows basic management of commonly limited available texture
|
||||||
* memory.
|
* memory.
|
||||||
|
*
|
||||||
|
* Note: a ClutterTexture will scale its contents to fit the bounding box
|
||||||
|
* requested using clutter_actor_request_coords() and its wrappers. To
|
||||||
|
* display an area of a texture without scaling, you should set the clip
|
||||||
|
* area using clutter_actor_set_clip().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
Loading…
Reference in New Issue
Block a user