about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/3.24/core/mutter/x86.patch
blob: 93df1e7f283173ba366e3fa1f174d653dbcf0d8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/core/window.c	2015-05-26 10:52:41.382834963 +0200
+++ b/src/core/window.c	2015-05-26 10:53:03.039948034 +0200
@@ -3499,7 +3499,7 @@
 
 static MetaMonitorInfo *
 find_monitor_by_winsys_id (MetaWindow *window,
-                           guint       winsys_id)
+                           gint       winsys_id)
 {
   int i;
 
@@ -3618,7 +3618,7 @@
    */
 
   gboolean did_placement;
-  guint old_output_winsys_id;
+  gint old_output_winsys_id;
   MetaRectangle unconstrained_rect;
   MetaRectangle constrained_rect;
   MetaMoveResizeResultFlags result = 0;