mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
* 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:
@ -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)
|
||||
|
Reference in New Issue
Block a user