Darwin: Remove the PaintWindow optimization which snuck back in.
This commit is contained in:
parent
2082e7aa87
commit
bf4ef4da75
|
@ -316,8 +316,6 @@ static Bool
|
||||||
xprSetupScreen(int index, ScreenPtr pScreen)
|
xprSetupScreen(int index, ScreenPtr pScreen)
|
||||||
{
|
{
|
||||||
// Add alpha protecting replacements for fb screen functions
|
// Add alpha protecting replacements for fb screen functions
|
||||||
pScreen->PaintWindowBackground = SafeAlphaPaintWindow;
|
|
||||||
pScreen->PaintWindowBorder = SafeAlphaPaintWindow;
|
|
||||||
|
|
||||||
#ifdef RENDER
|
#ifdef RENDER
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue