~lbrulet-8/compiz-plugins-main/fix-876591

« back to all changes in this revision

Viewing changes to expo/expo.xml.in

  • Committer: Package Import Robot
  • Author(s): Didier Roche, David Barth, Didier Roche
  • Date: 2011-09-09 16:21:26 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110909162126-vf2y3xv7anhjtq5c
Tags: 1:0.9.5.94-0ubuntu1
[ David Barth ] 
* Test build for release (0.9.5.94) 
* Removed patches integrated upstream:
  - debian/patches/01_grid_defaults.patch
* Add another patch for the same grid, but with other changes
  - debian/patches/01-grid-fix-rev87.patch: prevent eye bleeding

[ Didier Roche ]
* debian/control: bump build-dep for ABI break

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
                        <_name>Curve</_name>
129
129
                    </desc>
130
130
                </option>
 
131
                <option name="x_offset" type="int">
 
132
                    <_short>X Space</_short>
 
133
                    <_long> Left Side screen space of expo in pixels</_long>
 
134
                    <min>-1680</min>
 
135
                    <max>1680</max>
 
136
                    <default>36</default>
 
137
                </option>
 
138
                <option name="y_offset" type="int">
 
139
                    <_short>Y Space</_short>
 
140
                    <_long> Top Side screen space of expo in pixels</_long>
 
141
                    <min>-100</min>
 
142
                    <max>100</max>
 
143
                    <default>24</default>
 
144
                </option>
131
145
                <option name="distance" type="float">
132
146
                    <_short>Distance</_short>
133
147
                    <_long>Distance of the expo wall</_long>
139
153
                <option name="vp_distance" type="float">
140
154
                    <_short>Viewport distance</_short>
141
155
                    <_long>Distance between viewports</_long>
142
 
                    <default>0.8</default>
 
156
                    <default>0.2</default>
143
157
                    <min>0.0</min>
144
158
                    <max>1.0</max>
145
159
                    <precision>0.01</precision>
209
223
                    <option name="reflection" type="bool">
210
224
                        <_short>Reflection</_short>
211
225
                        <_long>Show a reflection of the viewports on the ground</_long>
212
 
                        <default>true</default>
 
226
                        <default>false</default>
213
227
                    </option>
214
228
                    <option name="ground_color1" type="color">
215
229
                        <_short>Ground color(near)</_short>