From f830f56c02857d6a5e1f8c117b10d4ec17ed226b Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Sun, 22 Nov 2009 14:52:13 +0000 Subject: [PATCH] Disable composite by default Signed-off-by: Jon TURNEY --- os/utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/os/utils.c b/os/utils.c index d94408a..3879449 100644 --- a/os/utils.c +++ b/os/utils.c @@ -126,7 +126,7 @@ __stdcall unsigned long GetTickCount(void); Bool noTestExtensions; #ifdef COMPOSITE -Bool noCompositeExtension = FALSE; +Bool noCompositeExtension = TRUE; #endif #ifdef DAMAGE -- 1.6.4.2