diff options
author | Jeremy Huddleston <jeremy@tifa.local> | 2007-11-22 17:45:15 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@tifa.local> | 2007-11-22 17:45:15 -0800 |
commit | bf4ef4da759c01e6794ed28ba4988a2c8ee049bf (patch) | |
tree | 896a384009392a96b19b3cb95da71a5dfe87bb07 /hw/darwin | |
parent | 2082e7aa878fe1221fd50895a9de1f408b3157a8 (diff) |
Darwin: Remove the PaintWindow optimization which snuck back in.
Diffstat (limited to 'hw/darwin')
-rw-r--r-- | hw/darwin/quartz/xpr/xprScreen.c | 2 |
1 files changed, 0 insertions, 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 { |