summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2009-09-18 12:36:11 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2009-09-18 12:53:45 +0300
commit4982bbc3b49b1b61e63a8461ea803e41318c8187 (patch)
tree7edf618600acbfe92c56c46e2391d3448e20c7f1 /hw
parentaf1af50de621bc451e6413fa5602ae5db2dc9809 (diff)
xfree86: vgaarb: missing wrapping macro
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/common/xf86VGAarbiter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86VGAarbiter.c b/hw/xfree86/common/xf86VGAarbiter.c
index 9b7233121..b24099811 100644
--- a/hw/xfree86/common/xf86VGAarbiter.c
+++ b/hw/xfree86/common/xf86VGAarbiter.c
@@ -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);