mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 23:20:12 +01:00
xfree86: vgaarb: missing wrapping macro
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
parent
af1af50de6
commit
4982bbc3b4
1 changed files with 2 additions and 0 deletions
|
|
@ -181,7 +181,9 @@ xf86VGAarbiterWrapFunctions(void)
|
|||
|
||||
for (i = 0; i < xf86NumScreens; i++) {
|
||||
pScreen = xf86Screens[i]->pScreen;
|
||||
#ifdef RENDER
|
||||
ps = GetPictureScreenIfSet(pScreen);
|
||||
#endif
|
||||
pScrn = xf86Screens[pScreen->myNum];
|
||||
PointPriv = dixLookupPrivate(&pScreen->devPrivates, miPointerScreenKey);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue