~ubuntu-branches/ubuntu/quantal/compiz/quantal-proposed-201303260116

« back to all changes in this revision

Viewing changes to plugins/bench/bench.xml.in

  • Committer: timo.jyrinki at canonical
  • Date: 2012-09-18 11:32:20 UTC
  • mfrom: (3248.2.10)
  • Revision ID: timo.jyrinki@canonical.com-20120918113220-muavjbyvtxuysaix
* New upstream snapshot.
  - Fix the case where a new gsettings schema got added for building but
    it wasn't recompiled locally (LP: #1046701)
  - Scale: select the window under the pointer, when the scale animation 
    is over. (LP: #1045127)
  - Fixes the some "Use of uninitialised value" warnings reported by
    valgrind (LP: #1004336))
  - Check if org.gnome.mutter is available before using it (LP: #1048551)
  - We don't need to map our style windows, prevent them from cluttering 
    up the paint queue (LP: #1042552)
  - Don't ever enter the subdir of a plugin that is disabled. (LP: #1049100)
  - Workaround SubBuffer performance regression (LP: #1037411)
  - Changed the default placement of the benchmark window from 0,0 to
    100,50. (LP: #1039406)
  - Fix CMakeLists.txt to bring an xslt file back to compiz-dev
  - Avoid a NULL dereference and give a useful error message instead
    (LP: #944653)
  - Fix (LP: #1050752)
  - Fix flickering and performance problems with using Unredirect Fullscreen 
    Windows with multiple monitors. (LP: #1050749) (LP: #1051885)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                    <option name="position_x" type="int">
51
51
                        <_short>X position</_short>
52
52
                        <_long>X Position of benchmark window</_long>
53
 
                        <default>0</default>
 
53
                        <default>100</default>
54
54
                        <min>0</min>
55
55
                        <max>4096</max>
56
56
                    </option>
57
57
                    <option name="position_y" type="int">
58
58
                        <_short>Y position</_short>
59
59
                        <_long>Y Position of benchmark window</_long>
60
 
                        <default>0</default>
 
60
                        <default>50</default>
61
61
                        <min>0</min>
62
62
                        <max>4096</max>
63
63
                    </option>