[gnome-shell] shell/global: Adapt to after-paint signal type signature
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] shell/global: Adapt to after-paint signal type signature
- Date: Thu, 2 Jul 2020 20:58:08 +0000 (UTC)
commit 4aabcd9e7d8bba4d24cbd0881cd214a20daf7680
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Wed May 27 09:34:01 2020 +0200
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
src/shell-global.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/shell-global.c b/src/shell-global.c
index 89f163ff46..4166519054 100644
--- a/src/shell-global.c
+++ b/src/shell-global.c
@@ -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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]