~ubuntu-branches/ubuntu/karmic/metacity/karmic

« back to all changes in this revision

Viewing changes to debian/patches/015_set_restartifrunning_on_replace.patch

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell, Robert Ancell, Martin Pitt
  • Date: 2009-09-10 20:15:44 UTC
  • mfrom: (1.2.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910201544-jixw2jal1d31ywci
Tags: 1:2.27.1-0ubuntu1
[ Robert Ancell ]
* New upstream version (LP: #427195):
  - Unset _NET_SUPPORTING_WM_CHECK when shutting down
  - Add a switch to disable autofullscreen'ing maximized windows without
    decorations
  - Translation updates

[ Martin Pitt ]
* debian/control.in: Update Vcs-Bzr: for updated branch owner
  (~ubuntu-desktop now).

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
make it clear that it's OK if the display way already closed previously.
24
24
 
25
25
http://bugzilla.gnome.org/show_bug.cgi?id=588119
26
 
diff -Nur -x '*.orig' -x '*~' metacity-2.27.0/src/core/display.c metacity-2.27.0.new/src/core/display.c
27
 
--- metacity-2.27.0/src/core/display.c  2009-09-08 18:54:04.012833382 +0100
28
 
+++ metacity-2.27.0.new/src/core/display.c      2009-09-08 18:54:06.124834502 +0100
 
26
diff -Nur -x '*.orig' -x '*~' metacity-2.27.1/src/core/display.c metacity-2.27.1.new/src/core/display.c
 
27
--- metacity-2.27.1/src/core/display.c  2009-09-10 16:47:16.000000000 +1000
 
28
+++ metacity-2.27.1.new/src/core/display.c      2009-09-10 16:47:17.000000000 +1000
29
29
@@ -926,7 +926,7 @@
30
30
     meta_compositor_destroy (display->compositor);
31
31
   
76
76
 }
77
77
 
78
78
 void
79
 
diff -Nur -x '*.orig' -x '*~' metacity-2.27.0/src/core/display-private.h metacity-2.27.0.new/src/core/display-private.h
80
 
--- metacity-2.27.0/src/core/display-private.h  2009-02-11 05:10:04.000000000 +0000
81
 
+++ metacity-2.27.0.new/src/core/display-private.h      2009-09-08 18:54:06.120833845 +0100
 
79
diff -Nur -x '*.orig' -x '*~' metacity-2.27.1/src/core/display-private.h metacity-2.27.1.new/src/core/display-private.h
 
80
--- metacity-2.27.1/src/core/display-private.h  2009-09-09 06:55:35.000000000 +1000
 
81
+++ metacity-2.27.1.new/src/core/display-private.h      2009-09-10 16:47:17.000000000 +1000
82
82
@@ -329,7 +329,7 @@
83
83
 void          meta_display_grab                (MetaDisplay *display);
84
84
 void          meta_display_ungrab              (MetaDisplay *display);
88
88
                                                 MetaScreen  *screen,
89
89
                                                 guint32      timestamp);
90
90
 
91
 
diff -Nur -x '*.orig' -x '*~' metacity-2.27.0/src/core/main.c metacity-2.27.0.new/src/core/main.c
92
 
--- metacity-2.27.0/src/core/main.c     2009-02-18 22:15:00.000000000 +0000
93
 
+++ metacity-2.27.0.new/src/core/main.c 2009-09-08 18:54:06.124834502 +0100
94
 
@@ -354,12 +354,11 @@
 
91
diff -Nur -x '*.orig' -x '*~' metacity-2.27.1/src/core/main.c metacity-2.27.1.new/src/core/main.c
 
92
--- metacity-2.27.1/src/core/main.c     2009-09-09 06:55:35.000000000 +1000
 
93
+++ metacity-2.27.1.new/src/core/main.c 2009-09-10 16:47:17.000000000 +1000
 
94
@@ -361,12 +361,11 @@
95
95
 meta_finalize (void)
96
96
 {
97
97
   MetaDisplay *display = meta_get_display();
106
106
 }
107
107
 
108
108
 static void
109
 
diff -Nur -x '*.orig' -x '*~' metacity-2.27.0/src/core/session.c metacity-2.27.0.new/src/core/session.c
110
 
--- metacity-2.27.0/src/core/session.c  2009-02-20 15:26:32.000000000 +0000
111
 
+++ metacity-2.27.0.new/src/core/session.c      2009-09-08 18:54:06.124834502 +0100
 
109
diff -Nur -x '*.orig' -x '*~' metacity-2.27.1/src/core/session.c metacity-2.27.1.new/src/core/session.c
 
110
--- metacity-2.27.1/src/core/session.c  2009-09-09 06:55:35.000000000 +1000
 
111
+++ metacity-2.27.1.new/src/core/session.c      2009-09-10 16:47:17.000000000 +1000
112
112
@@ -376,14 +376,6 @@
113
113
   SmProp *props[1];
114
114
   char hint = SmRestartIfRunning;