cogl: Port Node/Pipeline/PipelineLayer away from CoglObject

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3193>
This commit is contained in:
Bilal Elmoussaoui
2023-09-19 11:16:43 +02:00
committed by Marge Bot
parent 80ce052a47
commit 9b9e12edb2
87 changed files with 649 additions and 532 deletions

View File

@ -353,7 +353,7 @@ draw_cursor_sprite_via_offscreen (MetaScreenCastStreamSrc *src,
cogl_framebuffer_clear (fb, COGL_BUFFER_BIT_COLOR, &clear_color);
cogl_framebuffer_draw_rectangle (fb, pipeline,
-1, 1, 1, -1);
cogl_object_unref (pipeline);
g_object_unref (pipeline);
cogl_framebuffer_read_pixels (fb,
0, 0,