mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
docs: Fix a typo in ClutterImage example
This commit is contained in:
parent
852ba2c089
commit
7c2ac712f7
@ -220,7 +220,7 @@ clutter_image_new (void)
|
||||
*
|
||||
* clutter_image_set_data (CLUTTER_IMAGE (image),
|
||||
* gdk_pixbuf_get_pixels (pixbuf),
|
||||
* gdk_pixbuf_has_alpha (pixbuf)
|
||||
* gdk_pixbuf_get_has_alpha (pixbuf)
|
||||
* ? COGL_PIXEL_FORMAT_RGBA_8888
|
||||
* : COGL_PIXEL_FORMAT_RGB_888,
|
||||
* gdk_pixbuf_get_width (pixbuf),
|
||||
|
Loading…
Reference in New Issue
Block a user