From: wolf Date: Sun, 1 Oct 2006 11:54:04 +0000 (+0000) Subject: - made by rotom X-Git-Tag: auto/th/beryl-core-20061004-1~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fberyl-core.git;a=commitdiff_plain;h=58d2cc96e62b785213c568b90c10b7a7ee4b3260 - made by rotom Changed files: beryl-core-aiglx.patch -> 1.1 --- diff --git a/beryl-core-aiglx.patch b/beryl-core-aiglx.patch new file mode 100644 index 0000000..ef32a50 --- /dev/null +++ b/beryl-core-aiglx.patch @@ -0,0 +1,13 @@ +--- beryl-core/src/main.c.orig 2006-09-29 12:50:48.000000000 +0200 ++++ beryl-core/src/main.c 2006-09-30 22:25:50.000000000 +0200 +@@ -75,8 +75,8 @@ + CompWindow *lastDamagedWindow = 0; + + Bool replaceCurrentWm = TRUE; +-Bool indirectRendering = FALSE; +-Bool strictBinding = FALSE; ++Bool indirectRendering = TRUE; ++Bool strictBinding = TRUE; + Bool useCow = FALSE; + Bool skipGlYield = FALSE; + Bool isNVTFP = FALSE;