summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-10-06 20:10:25 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-10-06 20:10:25 -0700
commit88ebde608daaca4793e1b637302899ba65d165ec (patch)
tree29e86825ee510f780ea5164a2d562c0fc0701a62
parentaf8cef461c4d107f7a03645568a635d0458da9b8 (diff)
Remove usage of mfbChangeWindowAttributes missed in e4d11e58c...
-rw-r--r--mfb/mfbscrinit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mfb/mfbscrinit.c b/mfb/mfbscrinit.c
index 8873a1ba1..20ac16037 100644
--- a/mfb/mfbscrinit.c
+++ b/mfb/mfbscrinit.c
@@ -173,7 +173,6 @@ mfbSetWindowPixmap(pWin, pPix)
void mfbFillInScreen(ScreenPtr pScreen)
{
- pScreen->ChangeWindowAttributes = mfbChangeWindowAttributes;
pScreen->RealizeWindow = mfbMapWindow;
pScreen->UnrealizeWindow = mfbUnmapWindow;
pScreen->DestroyPixmap = mfbDestroyPixmap;