theme-node: Pass an explicit framebuffer to paint()
This allows us to paint to an offscreen buffer without using the deprecated cogl_push_framebuffer/cogl_pop_framebuffer functions.
This commit is contained in:
@ -456,6 +456,7 @@ st_widget_paint_background (StWidget *widget)
|
||||
else
|
||||
st_theme_node_paint (theme_node,
|
||||
current_paint_state (widget),
|
||||
cogl_get_draw_framebuffer (),
|
||||
&allocation,
|
||||
opacity);
|
||||
}
|
||||
|
Reference in New Issue
Block a user