From e9977a3693429ba638d509a9870a1878b0109c38 Mon Sep 17 00:00:00 2001 From: Robert Noland Date: Wed, 8 Apr 2009 06:55:30 +0000 Subject: Update to 0.8.2 o Start removing the fusion name from plugins. --- x11-wm/libcompizconfig/files/patch-src-compiz.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11-wm/libcompizconfig/files/patch-src-compiz.cpp (limited to 'x11-wm/libcompizconfig/files') 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); + -- cgit v1.2.3