summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Sandmann Pedersen <ssp@fedoraproject.org>2008-08-23 17:20:58 +0000
committerSoren Sandmann Pedersen <ssp@fedoraproject.org>2008-08-23 17:20:58 +0000
commitabc9002a41020a838162ac7e166d6d77eb04051a (patch)
treef28e41d92d6d387e0e95f202d02451d5436d941b
parent877a9a420872d8521097863064388d3fd839501d (diff)
downloadmetacity-2_22_0-4_fc9.tar.gz
metacity-2_22_0-4_fc9.tar.xz
metacity-2_22_0-4_fc9.zip
-rw-r--r--maximization.patch18
-rw-r--r--metacity.spec2
2 files changed, 19 insertions, 1 deletions
diff --git a/maximization.patch b/maximization.patch
new file mode 100644
index 0000000..3d8cc2f
--- /dev/null
+++ b/maximization.patch
@@ -0,0 +1,18 @@
+--- trunk/src/core/workspace.c 2008/08/16 03:09:40 3816
++++ trunk/src/core/workspace.c 2008/08/18 02:48:36 3817
+@@ -514,9 +514,12 @@
+ MetaWindow *win = tmp->data;
+ GSList *s_iter;
+
+- for (s_iter = win->struts; s_iter != NULL; s_iter = s_iter->next)
++ for (s_iter = win->struts; s_iter != NULL; s_iter = s_iter->next) {
++ MetaStrut *cpy = g_new (MetaStrut, 1);
++ *cpy = *((MetaStrut *)s_iter->data);
+ workspace->all_struts = g_slist_prepend (workspace->all_struts,
+- s_iter->data);
++ cpy);
++ }
+ }
+ g_list_free (windows);
+
+
diff --git a/metacity.spec b/metacity.spec
index 53b355c..015a22f 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -1,7 +1,7 @@
Summary: Metacity window manager
Name: metacity
Version: 2.22.0
-Release: 3%{?dist}
+Release: 4%{?dist}
URL: http://download.gnome.org/sources/metacity/
Source0: http://download.gnome.org/sources/metacity/2.22/metacity-%{version}.tar.bz2
Patch0: default-theme.patch