Fix a compile failure from the last commit.
This commit is contained in:
parent
8b9d7a5f85
commit
b970166eab
|
|
@ -6918,6 +6918,7 @@ I830InitFBManager(
|
|||
BoxPtr FullBox
|
||||
){
|
||||
ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
|
||||
I830Ptr pI830 = I830PTR(pScrn);
|
||||
RegionRec ScreenRegion;
|
||||
RegionRec FullRegion;
|
||||
BoxRec ScreenBox;
|
||||
|
|
|
|||
Loading…
Reference in New Issue