patches/mutter-02-wait.diff
author yippi
Wed, 10 Mar 2010 22:57:28 +0000
changeset 2371 1b8926e6f84a
permissions -rw-r--r--
2010-03-10 Brian Cameron <[email protected]> * SFEgjs.spec: Bump to 0.5. Add BuildRequires SUNWprd. * SFEmutter.spec, patches/mutter-02-wait.diff: Bump to 2.29.0. Add patch needed to build. * SFEgnome-shell.spec, patches/gnome-shell-01-function.diff: Bump to 2.29.0. Rework patch. * SFEsoundtouch.spec, patches/soundtouch-01-nomsse.diff: Renumber patch from 03 to 01. * SFEenlightenment.spec: Bump to 1.0.2. * SFEaudacity.spec: Add BuildRequires SuNWaudh.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2371
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- mutter-2.29.0/src/core/delete.c-orig	2010-03-10 16:14:26.427614693 -0600
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ mutter-2.29.0/src/core/delete.c	2010-03-10 16:14:39.578427914 -0600
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -38,6 +38,7 @@
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 #include <string.h>
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
 #include <stdlib.h>
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 #include <stdio.h>
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
+#include <sys/wait.h>
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
 
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 static void meta_window_present_delete_dialog (MetaWindow *window,
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
                                                guint32     timestamp);