shell/global: Adapt to after-paint signal type signature
A stage view parameter was added. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1299
This commit is contained in:
parent
918b3eeb42
commit
4aabcd9e7d
@ -899,8 +899,9 @@ load_gl_symbol (const char *name,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
global_stage_after_paint (ClutterStage *stage,
|
global_stage_after_paint (ClutterStage *stage,
|
||||||
ShellGlobal *global)
|
ClutterStageView *stage_view,
|
||||||
|
ShellGlobal *global)
|
||||||
{
|
{
|
||||||
/* At this point, we've finished all layout and painting, but haven't
|
/* At this point, we've finished all layout and painting, but haven't
|
||||||
* actually flushed or swapped */
|
* actually flushed or swapped */
|
||||||
|
Loading…
Reference in New Issue
Block a user