[gnome-shell/wip/carlosg/init-xdnd: 1/2] shell: Update to mutter API change



commit 5d08921a7555cc17cdb0d1bce3efc1c368e020c6
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Jul 3 14:21:02 2019 +0200

    shell: Update to mutter API change
    
    Clutter windowing specifics are now part of src/backends in mutter,
    update code for this.

 src/shell-global.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/shell-global.c b/src/shell-global.c
index 28a1ccb2e..d1b98cbce 100644
--- a/src/shell-global.c
+++ b/src/shell-global.c
@@ -860,7 +860,7 @@ _shell_global_set_plugin (ShellGlobal *global,
     {
       MetaX11Display *x11_display = meta_display_get_x11_display (display);
       global->xdisplay = meta_x11_display_get_xdisplay (x11_display);
-      global->stage_xwindow = clutter_x11_get_stage_window (global->stage);
+      global->stage_xwindow = meta_x11_get_stage_window (global->stage);
     }
 
   st_entry_set_cursor_func (entry_cursor_func, global);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]