patches/compiz-fusion-extra-01-solaris-port.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 610 f9420916cc03
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
     1
diff -urN compiz-fusion-plugins-extra-0.6.0.orig/configure.ac compiz-fusion-plugins-extra-0.6.0/configure.ac
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
     2
--- compiz-fusion-plugins-extra-0.6.0.orig/configure.ac	2007-10-15 13:56:43.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
     3
+++ compiz-fusion-plugins-extra-0.6.0/configure.ac	2007-10-31 16:15:32.065836169 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     4
@@ -1,6 +1,6 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     5
 AC_PREREQ(2.57)
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     6
 
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     7
-AC_INIT([compiz-fusion-plugins-extra],esyscmd(. ./VERSION;echo -n $VERSION), [[email protected]])
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
     8
+AC_INIT([compiz-fusion-plugins-extra],esyscmd(. ./VERSION;echo $VERSION | tr -d "\n"), [[email protected]])
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     9
 
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    10
 AC_DEFINE_UNQUOTED(VERSION,"$VERSION",[Version])
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    11
 
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    12
diff -urN compiz-fusion-plugins-extra-0.6.0.orig/metadata/addhelper.xml.in compiz-fusion-plugins-extra-0.6.0/metadata/addhelper.xml.in
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    13
--- compiz-fusion-plugins-extra-0.6.0.orig/metadata/addhelper.xml.in	2007-10-15 13:56:43.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    14
+++ compiz-fusion-plugins-extra-0.6.0/metadata/addhelper.xml.in	2007-10-31 16:16:43.533035255 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    15
@@ -17,7 +17,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    16
           <_long>Use this to enable/disable AddHelper on the fly.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    17
           <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    18
           <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    19
-            <key>&lt;Super&gt;p</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    20
+            <key>&lt;Mod4&gt;p</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    21
           </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    22
         </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    23
       </group>
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    24
diff -urN compiz-fusion-plugins-extra-0.6.0.orig/metadata/bench.xml.in compiz-fusion-plugins-extra-0.6.0/metadata/bench.xml.in
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    25
--- compiz-fusion-plugins-extra-0.6.0.orig/metadata/bench.xml.in	2007-10-15 13:56:43.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    26
+++ compiz-fusion-plugins-extra-0.6.0/metadata/bench.xml.in	2007-10-31 16:16:43.534369597 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    27
@@ -12,7 +12,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    28
           <_long>Start benchmark</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    29
           <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    30
           <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    31
-            <key>&lt;Super&gt;F12</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    32
+            <key>&lt;Mod4&gt;F12</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    33
           </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    34
         </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    35
         <option name="disable_limiter" type="bool">
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    36
diff -urN compiz-fusion-plugins-extra-0.6.0.orig/metadata/firepaint.xml.in compiz-fusion-plugins-extra-0.6.0/metadata/firepaint.xml.in
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    37
--- compiz-fusion-plugins-extra-0.6.0.orig/metadata/firepaint.xml.in	2007-10-15 13:56:43.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    38
+++ compiz-fusion-plugins-extra-0.6.0/metadata/firepaint.xml.in	2007-10-31 16:16:43.534099360 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    39
@@ -9,7 +9,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    40
 		<_long>Initiate fire drawing</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    41
 		<allowed key="true" button="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    42
 		<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    43
-		    <button>&lt;Super&gt;&lt;Shift&gt;Button1</button>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    44
+		    <button>&lt;Mod4&gt;&lt;Shift&gt;Button1</button>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    45
 		</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    46
 	    </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    47
 	    <option type="action" name="clear">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    48
@@ -17,7 +17,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    49
 		<_long>Clear</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    50
 		<allowed key="true" button="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    51
 		<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    52
-		    <key>&lt;Super&gt;&lt;Shift&gt;c</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    53
+		    <key>&lt;Mod4&gt;&lt;Shift&gt;c</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    54
 		</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    55
 	    </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    56
 	</display>
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    57
diff -urN compiz-fusion-plugins-extra-0.6.0.orig/metadata/group.xml.in compiz-fusion-plugins-extra-0.6.0/metadata/group.xml.in
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    58
--- compiz-fusion-plugins-extra-0.6.0.orig/metadata/group.xml.in	2007-10-15 13:56:43.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    59
+++ compiz-fusion-plugins-extra-0.6.0/metadata/group.xml.in	2007-10-31 16:16:43.533869052 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    60
@@ -26,7 +26,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    61
             <_long>The key for selecting the current window.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    62
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    63
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    64
-              <key>&lt;Super&gt;s</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    65
+              <key>&lt;Mod4&gt;s</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    66
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    67
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    68
         </subgroup>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    69
@@ -40,7 +40,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    70
             <_long>The key for grouping windows.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    71
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    72
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    73
-              <key>&lt;Super&gt;g</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    74
+              <key>&lt;Mod4&gt;g</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    75
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    76
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    77
           <option name="ungroup" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    78
@@ -48,7 +48,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    79
             <_long>The key for ungrouping the current group.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    80
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    81
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    82
-              <key>&lt;Super&gt;u</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    83
+              <key>&lt;Mod4&gt;u</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    84
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    85
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    86
           <option name="remove" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    87
@@ -56,7 +56,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    88
             <_long>The key for removing the selected window from its group.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    89
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    90
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    91
-              <key>&lt;Super&gt;r</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    92
+              <key>&lt;Mod4&gt;r</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    93
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    94
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    95
           <option name="close" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    96
@@ -64,7 +64,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    97
             <_long>The key for closing all windows in the group.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    98
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    99
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   100
-              <key>&lt;Super&gt;c</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   101
+              <key>&lt;Mod4&gt;c</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   102
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   103
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   104
           <option name="ignore" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   105
@@ -72,7 +72,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   106
             <_long>The key for ignoring the group. If this key is pressed, you can do actions for a single window in the group only.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   107
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   108
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   109
-              <key>&lt;Super&gt;x</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   110
+              <key>&lt;Mod4&gt;x</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   111
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   112
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   113
         </subgroup>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   114
@@ -86,7 +86,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   115
             <_long>The key for toggling the tab mode for the current group.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   116
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   117
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   118
-              <key>&lt;Super&gt;t</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   119
+              <key>&lt;Mod4&gt;t</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   120
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   121
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   122
           <option name="change_tab_left" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   123
@@ -94,7 +94,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   124
             <_long>The key for switching to the tab left of the current one.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   125
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   126
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   127
-              <key>&lt;Super&gt;Left</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   128
+              <key>&lt;Mod4&gt;Left</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   129
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   130
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   131
           <option name="change_tab_right" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   132
@@ -102,7 +102,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   133
             <_long>The key for switching to the tab right of the current one.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   134
             <allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   135
             <default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   136
-              <key>&lt;Super&gt;Right</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   137
+              <key>&lt;Mod4&gt;Right</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   138
             </default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   139
           </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   140
         </subgroup>
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   141
diff -urN compiz-fusion-plugins-extra-0.6.0.orig/src/scalefilter/scalefilter.c compiz-fusion-plugins-extra-0.6.0/src/scalefilter/scalefilter.c
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   142
--- compiz-fusion-plugins-extra-0.6.0.orig/src/scalefilter/scalefilter.c	2007-10-15 13:56:44.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   143
+++ compiz-fusion-plugins-extra-0.6.0/src/scalefilter/scalefilter.c	2007-10-31 16:22:01.561972942 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   144
@@ -34,7 +34,7 @@
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   145
 #include <locale.h>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   146
 
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   147
 #include <X11/Xlib.h>
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   148
-#include <X11/keysymdef.h>
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   149
+#include <X11/keysym.h>
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   150
 
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   151
 #include <compiz.h>
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   152
 #include <scale.h>
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   153
@@ -464,6 +464,7 @@
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   154
     memset (buffer, 0, sizeof (buffer));
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   155
     memset (wbuffer, 0, sizeof (wbuffer));
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   156
 
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   157
+#ifdef X_HAVE_UTF8_STRING
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   158
     if (fd->xic)
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   159
     {
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   160
 	Status status;
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   161
@@ -473,6 +474,7 @@
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   162
 	XUnsetICFocus (fd->xic);
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   163
     }
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   164
     else
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   165
+#endif
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   166
     {
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   167
 	count = XLookupString (event, buffer, 9, &ks, NULL);
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
   168
     }