dix: Remove the backing store leftovers
Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -280,13 +280,6 @@ miScreenInit(
|
||||
pScreen->SetShape = miSetShape;
|
||||
pScreen->MarkUnrealizedWindow = miMarkUnrealizedWindow;
|
||||
|
||||
pScreen->SaveDoomedAreas = 0;
|
||||
pScreen->RestoreAreas = 0;
|
||||
pScreen->ExposeCopy = 0;
|
||||
pScreen->TranslateBackingStore = 0;
|
||||
pScreen->ClearBackingStore = 0;
|
||||
pScreen->DrawGuarantee = 0;
|
||||
|
||||
miSetZeroLineBias(pScreen, DEFAULTZEROLINEBIAS);
|
||||
|
||||
return miScreenDevPrivateInit(pScreen, width, pbits);
|
||||
|
||||
Reference in New Issue
Block a user