diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-04-03 06:03:28 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-04-03 06:03:28 +0000 |
commit | 47b7ded86920aac8512ab261fa091efbbd756ec7 (patch) | |
tree | 566ca6cf8ddb60066b783d22c8b1aeefe0750944 /x11-wm/compiz/files | |
parent | typo fix (diff) | |
download | gentoo-2-47b7ded86920aac8512ab261fa091efbbd756ec7.tar.gz gentoo-2-47b7ded86920aac8512ab261fa091efbbd756ec7.tar.bz2 gentoo-2-47b7ded86920aac8512ab261fa091efbbd756ec7.zip |
Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release and to avoid future dep issues.
Did a revbump to avoid issues with installed packages.
Added a patch to enable emerald to build with gtk+-2.20. Fixes bug 311743 - thanks to Guillaume ZITTA <gentoo@zitta.fr>.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/compiz/files')
-rw-r--r-- | x11-wm/compiz/files/compiz-0.8.4-gtk+-2.20-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/compiz/files/compiz-0.8.4-gtk+-2.20-build.patch b/x11-wm/compiz/files/compiz-0.8.4-gtk+-2.20-build.patch new file mode 100644 index 000000000000..7da8f30a2d4c --- /dev/null +++ b/x11-wm/compiz/files/compiz-0.8.4-gtk+-2.20-build.patch @@ -0,0 +1,11 @@ +--- compiz-0.8.4/gtk/window-decorator/gtk-window-decorator.c.old 2010-03-28 13:01:58.639940630 +0200 ++++ compiz-0.8.4/gtk/window-decorator/gtk-window-decorator.c 2010-03-28 13:02:30.580354171 +0200 +@@ -4233,7 +4233,7 @@ + static void + hide_tooltip (void) + { +- if (GTK_WIDGET_VISIBLE (tip_window)) ++ if (gtk_widget_get_visible (tip_window)) + g_get_current_time (&tooltip_last_popdown); + + gtk_widget_hide (tip_window); |