From 0ddd012535946e255b2e3272c3e19026e7581c4f Mon Sep 17 00:00:00 2001 From: sandmann Date: Tue, 19 Sep 2006 16:27:19 +0000 Subject: [PATCH] plane.patch: Fix background color, allow workspaces narrower than 4 --- compiz.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/compiz.spec b/compiz.spec index d647981..da0faad 100644 --- a/compiz.spec +++ b/compiz.spec @@ -10,7 +10,7 @@ Url: http://www.freedesktop.org/Software/compiz License: X11/MIT/GPL Group: User Interface/Desktops Version: 0.0.13 -Release: 0.26.%{snapshot}git%{?dist} +Release: 0.27.%{snapshot}git%{?dist} Summary: OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -171,6 +171,11 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/compiz %changelog +* Tue Sep 19 2006 Soren Sandmann - 0.0.13-0.27.20060817git.fc6 +- Change .plane patch to + (a) not set the background color to pink in the plane plugin. + (b) allow workspaces with horizontal sizes less then 4. + * Mon Sep 18 2006 Soren Sandmann - 0.0.13-0.26.20060817git.fc6 - Change plane patch to correctly initialize the screen size to the defaults (bug 206088).