summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.com>2007-03-20 21:08:38 -0400
committerAlex Deucher <alex@botch2.com>2007-03-20 21:08:38 -0400
commit1a803a8f91a931c00106f9d3d41cfa5d74c19f55 (patch)
tree97be098021a351046e903bf3fe5f121d3fedc448 /src
parent503027d38dab759277c0a67746ac205a1dfa9277 (diff)
minor fixup
Diffstat (limited to 'src')
-rw-r--r--src/smi_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi_exa.c b/src/smi_exa.c
index a7cb25f..575ab65 100644
--- a/src/smi_exa.c
+++ b/src/smi_exa.c
@@ -514,7 +514,7 @@ SMI_UploadToScreen(PixmapPtr pDst, int x, int y, int w, int h,
/* Drawing engine data format */
WRITE_DPR(pSmi, 0x1C, SMI_DEDataFormat(pDst));
/* Source and Destination Base Address (offset) */
- WRITE_DPR(pSmi, 0x44, 0);
+ WRITE_DPR(pSmi, 0x40, 0);
WRITE_DPR(pSmi, 0x44, dst_offset);
WRITE_DPR(pSmi, 0x0C, pSmi->AccelCmd);