diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-02-10 21:59:37 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-02-10 21:59:37 +0000 |
commit | 32f97e02ac3611fd5e3870826dedf701f3b69a51 (patch) | |
tree | 21b15885010e6b4bd62f1d598230376fd407472c /src | |
parent | 50e5c2696389cb4d5907a822aa79d5e0e03cee8c (diff) |
temporary workaround until DRI frontbuffer mapping code is removed from
libdri.a
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c index c2e060fc..bae05332 100644 --- a/src/i830_dri.c +++ b/src/i830_dri.c @@ -490,7 +490,7 @@ I830DRIScreenInit(ScreenPtr pScreen) pScrn->virtualY * pI830->cpp); #else /* For rotation we map a 0 length framebuffer as we remap ourselves later */ - pDRIInfo->frameBufferSize = 0; + pDRIInfo->frameBufferSize = 4096; #endif pDRIInfo->frameBufferStride = pScrn->displayWidth * pI830->cpp; pDRIInfo->ddxDrawableTableEntry = I830_MAX_DRAWABLES; |