patches/mutter-03-compile.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 3902 66caadcb64c4
child 8517 456efd21d281
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3603
f192ce7de3d6 2010-07-12 Brian Cameron <[email protected]>
yippi
parents: 2974
diff changeset
     1
--- mutter-3.1.3/src/core/delete.c-orig	2011-07-06 16:40:48.193294716 -0500
f192ce7de3d6 2010-07-12 Brian Cameron <[email protected]>
yippi
parents: 2974
diff changeset
     2
+++ mutter-3.1.3/src/core/delete.c	2011-07-06 16:41:12.081819592 -0500
2974
14461f0c7601 2010-10-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -22,8 +22,6 @@
14461f0c7601 2010-10-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
  * 02111-1307, USA.
14461f0c7601 2010-10-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
  */
14461f0c7601 2010-10-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 
14461f0c7601 2010-10-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
-#define _XOPEN_SOURCE /* for kill() */
14461f0c7601 2010-10-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
-
14461f0c7601 2010-10-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 #include <config.h>
3603
f192ce7de3d6 2010-07-12 Brian Cameron <[email protected]>
yippi
parents: 2974
diff changeset
    10
 #include <meta/util.h>
2974
14461f0c7601 2010-10-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
 #include "window-private.h"
3902
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    12
--- mutter-3.1.3/src/core/screen.c-orig	2011-10-21 02:23:08.668920392 -0500
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    13
+++ mutter-3.1.3/src/core/screen.c	2011-10-21 02:23:28.799292833 -0500
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    14
@@ -2992,7 +2992,7 @@ meta_screen_resize (MetaScreen *screen,
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    15
   g_free (old_monitor_infos);
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    16
   g_slist_free (windows);
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    17
 
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    18
-  g_signal_emit (screen, screen_signals[MONITORS_CHANGED], 0, index);
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    19
+  g_signal_emit (screen, screen_signals[MONITORS_CHANGED], 0, 0);
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    20
 }
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    21
 
66caadcb64c4 2011-10-22 Brian Cameron <[email protected]>
yippi
parents: 3603
diff changeset
    22
 void