[gnome-shell] shell/global: Adapt to after-paint signal type signature



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]