plane.patch: Fix background color, allow workspaces narrower than 4

This commit is contained in:
sandmann 2006-09-19 16:27:19 +00:00
parent a9152a7429
commit 0ddd012535

View File

@ -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 <sandmann@redhat.com> - 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 <sandmann@redhat.com> - 0.0.13-0.26.20060817git.fc6
- Change plane patch to correctly initialize the screen size to the
defaults (bug 206088).