mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
ngl: Be explicit about offscreen clipping
Explicitly set all the input arguments. This makes it clearer what is going on.
This commit is contained in:
parent
53e75936cb
commit
94f0a4ef2c
@ -1605,6 +1605,7 @@ gsk_ngl_render_job_visit_rounded_clip_node (GskNglRenderJob *job,
|
||||
|
||||
offscreen.bounds = &node->bounds;
|
||||
offscreen.force_offscreen = TRUE;
|
||||
offscreen.reset_clip = FALSE;
|
||||
|
||||
gsk_ngl_render_job_push_clip (job, &transformed_clip);
|
||||
if (!gsk_ngl_render_job_visit_node_with_offscreen (job, child, &offscreen))
|
||||
|
Loading…
Reference in New Issue
Block a user