cogl: Port Bitmap away from CoglObject
We still need to use set_qdata_full as CoglBitmapPixbuf would free the data itself by unrefing the pixbuf Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3193>
This commit is contained in:

committed by
Marge Bot

parent
3c6c6a0ea5
commit
c1e6948e42
@ -1251,7 +1251,7 @@ cogl_framebuffer_read_pixels_into_bitmap (CoglFramebuffer *framebuffer,
|
||||
* x, y,
|
||||
* COGL_READ_PIXELS_COLOR_BUFFER,
|
||||
* bitmap);
|
||||
* cogl_object_unref (bitmap);
|
||||
* g_object_unref (bitmap);
|
||||
* ]|
|
||||
*
|
||||
* Return value: %TRUE if the read succeeded or %FALSE otherwise.
|
||||
|
Reference in New Issue
Block a user