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

« back to all changes in this revision

Viewing changes to debian/patches/01_grid_defaults.patch

  • 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:
1
 
Index: compiz-plugins-main-0.9.5.0/grid/grid.xml.in
2
 
===================================================================
3
 
--- compiz-plugins-main-0.9.5.0.orig/grid/grid.xml.in   2011-07-13 15:46:36.000000000 +0200
4
 
+++ compiz-plugins-main-0.9.5.0/grid/grid.xml.in        2011-07-18 13:12:14.637756823 +0200
5
 
@@ -84,7 +84,7 @@
6
 
                        <option name="top_left_corner_action" type="int">
7
 
                            <_short>Upper Left Corner</_short>
8
 
                            <_long>Action to be performed when window is dropped on the top left corner</_long>
9
 
-                           <default>7</default>
10
 
+                           <default>4</default>
11
 
                            <min>0</min>
12
 
                            <max>10</max>
13
 
                            <desc>
14
 
@@ -186,7 +186,7 @@
15
 
                        <option name="top_right_corner_action" type="int">
16
 
                            <_short>Upper Right Corner</_short>
17
 
                            <_long>Action to be performed when window is dropped on the top right corner</_long>
18
 
-                           <default>9</default>
19
 
+                           <default>6</default>
20
 
                            <min>0</min>
21
 
                            <max>10</max>
22
 
                            <desc>
23
 
@@ -339,7 +339,7 @@
24
 
                        <option name="bottom_left_corner_action" type="int">
25
 
                            <_short>Bottom Left Corner</_short>
26
 
                            <_long>Action to be performed when window is dropped on the bottom left corner</_long>
27
 
-                           <default>1</default>
28
 
+                           <default>4</default>
29
 
                            <min>0</min>
30
 
                            <max>10</max>
31
 
                            <desc>
32
 
@@ -390,7 +390,7 @@
33
 
                        <option name="bottom_edge_action" type="int">
34
 
                            <_short>Bottom Edge</_short>
35
 
                            <_long>Action to be performed when window is dropped on the bottom edge</_long>
36
 
-                           <default>2</default>
37
 
+                           <default>0</default>
38
 
                            <min>0</min>
39
 
                            <max>10</max>
40
 
                            <desc>
41
 
@@ -441,7 +441,7 @@
42
 
                        <option name="bottom_right_corner_action" type="int">
43
 
                            <_short>Bottom Right Corner</_short>
44
 
                            <_long>Action to be performed when window is dropped on the bottom right corner</_long>
45
 
-                           <default>3</default>
46
 
+                           <default>6</default>
47
 
                            <min>0</min>
48
 
                            <max>10</max>
49
 
                            <desc>
50
 
@@ -505,21 +505,21 @@
51
 
                        <option name="left_edge_threshold" type="int">
52
 
                                <_short>Left Edge</_short>
53
 
                                <_long>Maximum number of pixels from the left edge a window can be dropped</_long>
54
 
-                               <default>5</default>
55
 
+                               <default>15</default>
56
 
                                <min>0</min>
57
 
                                <max>500</max>
58
 
                        </option>
59
 
                        <option name="right_edge_threshold" type="int">
60
 
                                <_short>Right Edge</_short>
61
 
                                <_long>Maximum number of pixels from the right edge a window can be dropped</_long>
62
 
-                               <default>5</default>
63
 
+                               <default>15</default>
64
 
                                <min>0</min>
65
 
                                <max>500</max>
66
 
                        </option>
67
 
                        <option name="top_edge_threshold" type="int">
68
 
                                <_short>Top Edge</_short>
69
 
                                <_long>Maximum number of pixels from the top edge a window can be dropped</_long>
70
 
-                               <default>5</default>
71
 
+                               <default>20</default>
72
 
                                <min>0</min>
73
 
                                <max>500</max>
74
 
                        </option>
75
 
@@ -543,9 +543,9 @@
76
 
                        <_short>Outline Color</_short>
77
 
                        <_long>Color of the resize indicator outline</_long>
78
 
                        <default>
79
 
-                           <red>0x2f2f</red>
80
 
-                           <green>0x2f2f</green>
81
 
-                           <blue>0x4f4f</blue>
82
 
+                           <red>0xfbfb</red>
83
 
+                           <green>0x8b8b</green>
84
 
+                           <blue>0x0</blue>
85
 
                            <alpha>0x9f9f</alpha>
86
 
                        </default>
87
 
                </option>
88
 
@@ -553,9 +553,9 @@
89
 
                        <_short>Fill Color</_short>
90
 
                        <_long>Fill color of the resize indicator</_long>
91
 
                        <default>
92
 
-                           <red>0x2f2f</red>
93
 
-                           <green>0x2f2f</green>
94
 
-                           <blue>0x4f4f</blue>
95
 
+                           <red>0xfbfb</red>
96
 
+                           <green>0x8b8b</green>
97
 
+                           <blue>0x0</blue>
98
 
                            <alpha>0x4f4f</alpha>
99
 
                        </default>
100
 
                </option>