summaryrefslogtreecommitdiff
path: root/src/glamo-draw.c
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-01-12 17:35:39 +0000
committerGraeme Gregory <dp@xora.org.uk>2009-01-12 17:35:39 +0000
commitefb1e05664b32348a9993989b28c6d459a9f48dd (patch)
treebaa612d74f609e6295ac74719d9ec6dbf6eff23e /src/glamo-draw.c
parentbbe679bd3b3ddff5ab4b641c46a797da794a1c0d (diff)
glamo* : more debug
Diffstat (limited to 'src/glamo-draw.c')
-rw-r--r--src/glamo-draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glamo-draw.c b/src/glamo-draw.c
index 60353da..4809fb7 100644
--- a/src/glamo-draw.c
+++ b/src/glamo-draw.c
@@ -203,7 +203,7 @@ GLAMODrawExaInit(ScreenPtr pScreen, ScrnInfoPtr pScrn)
if(!exa) return FALSE;
exa->memoryBase = pGlamo->fbstart;
- exa->memorySize = 1024 * 1024 * 8;
+ exa->memorySize = 1024 * 1024 * 4;
/*exa->offScreenBase = pGlamo->fboff;*/
exa->offScreenBase = pScrn->virtualX * pScrn->virtualY * 2;