diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:30:51 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:30:51 +0000 |
commit | 3def5a0d76317bb2c2c815f7c7c722a06ca18e36 (patch) | |
tree | ddffc4a1d957892103934f26e993d54da966552c /x11-wm/mutter/files | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-3def5a0d76317bb2c2c815f7c7c722a06ca18e36.tar.gz gentoo-2-3def5a0d76317bb2c2c815f7c7c722a06ca18e36.tar.bz2 gentoo-2-3def5a0d76317bb2c2c815f7c7c722a06ca18e36.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-wm/mutter/files')
-rw-r--r-- | x11-wm/mutter/files/mutter-3.2.2-disable-introspection.patch | 27 | ||||
-rw-r--r-- | x11-wm/mutter/files/mutter-3.2.2-frame-initialize-style-contexts.patch | 30 |
2 files changed, 0 insertions, 57 deletions
diff --git a/x11-wm/mutter/files/mutter-3.2.2-disable-introspection.patch b/x11-wm/mutter/files/mutter-3.2.2-disable-introspection.patch deleted file mode 100644 index 454376aff193..000000000000 --- a/x11-wm/mutter/files/mutter-3.2.2-disable-introspection.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 41ae760454fa6b4aff50ff417d8a6ea265d82253 Mon Sep 17 00:00:00 2001 -From: Lionel Landwerlin <llandwerlin@gmail.com> -Date: Fri, 25 Nov 2011 18:28:38 +0000 -Subject: Fix compilation with --disable-introspection - -Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com> - -https://bugzilla.gnome.org/show_bug.cgi?id=661871 ---- -(limited to 'src/core/mutter.c') - -diff --git a/src/core/mutter.c b/src/core/mutter.c -index 159bbf3..117a549 100644 ---- a/src/core/mutter.c -+++ b/src/core/mutter.c -@@ -25,9 +25,7 @@ - - #include <meta/main.h> - #include <meta/util.h> --#ifdef HAVE_INTROSPECTION - #include "meta-plugin-manager.h" --#endif - - #include <glib.h> - --- -cgit v0.9.0.2 diff --git a/x11-wm/mutter/files/mutter-3.2.2-frame-initialize-style-contexts.patch b/x11-wm/mutter/files/mutter-3.2.2-frame-initialize-style-contexts.patch deleted file mode 100644 index 650501513cf6..000000000000 --- a/x11-wm/mutter/files/mutter-3.2.2-frame-initialize-style-contexts.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 7253a75b18452f71db3f2d58d0b0e5ccc6ff16cc Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org> -Date: Sat, 10 Mar 2012 21:28:13 +0100 -Subject: [PATCH] frames: Explicitly initialize style contexts - -We were relying on GTK+ emitting GtkWidget::style-updated during -widget initialization to create the GtkStyleContexts used for -window decorations. A recent GTK+ update broke this assumption, -so do the necessary initialization ourselves. - -https://bugzilla.gnome.org/show_bug.cgi?id=671796 ---- - src/ui/frames.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/src/ui/frames.c b/src/ui/frames.c -index 0204f1a..1b4ef8d 100644 ---- a/src/ui/frames.c -+++ b/src/ui/frames.c -@@ -273,6 +273,7 @@ meta_frames_init (MetaFrames *frames) - - frames->style_variants = g_hash_table_new_full (g_str_hash, g_str_equal, - g_free, g_object_unref); -+ update_style_contexts (frames); - - gtk_widget_set_double_buffered (GTK_WIDGET (frames), FALSE); - --- -1.7.8.5 - |