From bf4ef4da759c01e6794ed28ba4988a2c8ee049bf Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 22 Nov 2007 17:45:15 -0800 Subject: [PATCH] Darwin: Remove the PaintWindow optimization which snuck back in. --- hw/darwin/quartz/xpr/xprScreen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/darwin/quartz/xpr/xprScreen.c b/hw/darwin/quartz/xpr/xprScreen.c index 1b6addc49..b5f382ee5 100644 --- a/hw/darwin/quartz/xpr/xprScreen.c +++ b/hw/darwin/quartz/xpr/xprScreen.c @@ -316,8 +316,6 @@ static Bool xprSetupScreen(int index, ScreenPtr pScreen) { // Add alpha protecting replacements for fb screen functions - pScreen->PaintWindowBackground = SafeAlphaPaintWindow; - pScreen->PaintWindowBorder = SafeAlphaPaintWindow; #ifdef RENDER {