~kzmd-deactivatedaccount/ubuntu/natty/compiz-plugins-main/popup-delay-fix-772177

« back to all changes in this revision

Viewing changes to debian/patches/06_bug326995.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-02-24 17:34:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110224173418-nqt25y1xc9r5p2xp
Tags: 0.9.4-0ubuntu1
* New upstream release
* Rename source and binaries package (there is no more compiz-fusion)
  and add transitional package
* Remove cherry-picked upstream patches
* add debian/compiz-plugins-main.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Change default reflection scale value from 0.75 to 1.0. Anything else is unphysical 
 
2
Bug: https://bugs.launchpad.net/bugs/326995
 
3
 
 
4
Index: compiz-fusion-plugins-main-0.9.0/expo/expo.xml.in
 
5
===================================================================
 
6
--- compiz-fusion-plugins-main-0.9.0.orig/expo/expo.xml.in      2010-10-21 10:22:04.000000000 -0400
 
7
+++ compiz-fusion-plugins-main-0.9.0/expo/expo.xml.in   2010-10-21 10:22:24.753994006 -0400
 
8
@@ -243,7 +243,7 @@
 
9
                    <option name="scale_factor" type="float">
 
10
                        <_short>Reflection Scale</_short>
 
11
                        <_long>Scale factor of the expo wall reflection</_long>
 
12
-                       <default>0.75</default>
 
13
+                       <default>1.0</default>
 
14
                        <min>0.0</min>
 
15
                        <max>2.0</max>
 
16
                        <precision>0.01</precision>