~ubuntu-branches/ubuntu/gutsy/compiz/gutsy-backports

« back to all changes in this revision

Viewing changes to debian/patches/029_default_options

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-10-06 18:00:15 UTC
  • mfrom: (0.51.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071006180015-lypv7upb93urv3xt
Tags: 1:0.6.0+git20071006-0ubuntu1
* new 0.6 git snapshot:
  - fix initial stacking (LP: #147943)
  - fix crash in grab hanlding in wobbly (LP: #125981)
* debian/patches/028_compiz_manager_blacklist:
  - add a missing i965 pci id (LP: #149751)
* debian/patches/029_default_options:
  - disable vsync by default here so that the compiz and
    libcompizconfig do not fight over the default
* debian/patches/024_add_config_notify.patch:
  - updated so that a extra configure notify is send in resizeWindow
    (LP: #140773)
* debian/patches/023_ignore_hints_when_maximized.patch:
  - removed, no longer needed with latest git (LP: #145843)
* debian/patches/030_fix_screensaver:
  - return InputOutput override_redirct windows in 
    findTopLevelWindowAtScreen(), this fixes the focus problem
    in gnome-screensaver (LP: #122549)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: ubuntu/metadata/core.xml.in
 
2
===================================================================
 
3
--- ubuntu.orig/metadata/core.xml.in    2007-10-06 17:09:07.000000000 +0200
 
4
+++ ubuntu/metadata/core.xml.in 2007-10-06 17:09:34.000000000 +0200
 
5
@@ -420,7 +420,7 @@
 
6
            <option name="unredirect_fullscreen_windows" type="bool">
 
7
                <_short>Unredirect Fullscreen Windows</_short>
 
8
                <_long>Allow drawing of fullscreen windows to not be redirected to offscreen pixmaps</_long>
 
9
-               <default>false</default>
 
10
+               <default>true</default>
 
11
            </option>
 
12
            <option name="default_icon" type="string">
 
13
                <_short>Default Icon</_short>
 
14
@@ -430,7 +430,7 @@
 
15
            <option name="sync_to_vblank" type="bool">
 
16
                <_short>Sync To VBlank</_short>
 
17
                <_long>Only perform screen updates during vertical blanking period</_long>
 
18
-               <default>true</default>
 
19
+               <default>false</default>
 
20
            </option>
 
21
            <option name="number_of_desktops" type="int">
 
22
                <_short>Number of Desktops</_short>