* clutter/clutter-texture.c: (texture_get_tile_pixbuf),

(clutter_texture_get_pixbuf):
        Fix copying textures to pixbufs for tiled textures and correct #ifndef
        typo

        * clutter/clutter-util.c:
        Amend documentation
This commit is contained in:
Chris Lord
2008-02-12 17:17:52 +00:00
parent 9c625d187d
commit aa9e91e261
3 changed files with 34 additions and 11 deletions

View File

@ -38,9 +38,9 @@
* clutter_util_next_p2:
* @a: Value to get the next power
*
* Calculates the next power greater than @a.
* Calculates the nearest power of two, greater than or equal to @a.
*
* Return value: The next power after @a.
* Return value: The nearest power of two, greater or equal to @a.
*/
int
clutter_util_next_p2 (int a)