summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/glamo-draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamo-draw.c b/src/glamo-draw.c
index f33bc08..b8613f8 100644
--- a/src/glamo-draw.c
+++ b/src/glamo-draw.c
@@ -225,8 +225,8 @@ GLAMODrawExaInit(ScreenPtr pScreen, ScrnInfoPtr pScrn)
/*glamos->exa.MarkSync = GLAMOExaMarkSync;*/
exa->WaitMarker = GLAMOExaWaitMarker;
- exa->pixmapOffsetAlign = 1;
- exa->pixmapPitchAlign = 1;
+ exa->pixmapOffsetAlign = 2;
+ exa->pixmapPitchAlign = 2;
exa->maxX = 640;
exa->maxY = 640;