mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 3 additions and 2 deletions
|
|
@ -899,8 +899,9 @@ load_gl_symbol (const char *name,
|
|||
}
|
||||
|
||||
static void
|
||||
global_stage_after_paint (ClutterStage *stage,
|
||||
ShellGlobal *global)
|
||||
global_stage_after_paint (ClutterStage *stage,
|
||||
ClutterStageView *stage_view,
|
||||
ShellGlobal *global)
|
||||
{
|
||||
/* At this point, we've finished all layout and painting, but haven't
|
||||
* actually flushed or swapped */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue