aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/libcompizconfig/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/libcompizconfig/files')
-rw-r--r--x11-wm/libcompizconfig/files/patch-src-compiz.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/libcompizconfig/files/patch-src-compiz.cpp b/x11-wm/libcompizconfig/files/patch-src-compiz.cpp
new file mode 100644
index 000000000000..e9a8e39aa3c3
--- /dev/null
+++ b/x11-wm/libcompizconfig/files/patch-src-compiz.cpp
@@ -0,0 +1,20 @@
+--- src/compiz.cpp.orig 2009-03-04 21:22:22.000000000 -0600
++++ src/compiz.cpp 2009-04-06 01:58:35.000000000 -0500
+@@ -957,7 +957,7 @@
+
+
+ static int
+-pluginNameFilter (const struct dirent *name)
++pluginNameFilter (struct dirent *name)
+ {
+ int length = strlen (name->d_name);
+
+@@ -972,7 +972,7 @@
+ }
+
+ static int
+-pluginXMLFilter (const struct dirent *name)
++pluginXMLFilter (struct dirent *name)
+ {
+ int length = strlen (name->d_name);
+