Remove usage of mfbChangeWindowAttributes missed in e4d11e58c...

This commit is contained in:
Alan Coopersmith 2008-10-06 20:10:25 -07:00
parent af8cef461c
commit 88ebde608d

View File

@ -173,7 +173,6 @@ mfbSetWindowPixmap(pWin, pPix)
void mfbFillInScreen(ScreenPtr pScreen)
{
pScreen->ChangeWindowAttributes = mfbChangeWindowAttributes;
pScreen->RealizeWindow = mfbMapWindow;
pScreen->UnrealizeWindow = mfbUnmapWindow;
pScreen->DestroyPixmap = mfbDestroyPixmap;