diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-11 09:30:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-11 09:30:16 +0000 |
commit | 71521b10508860c113637caba0aecd1baa42948b (patch) | |
tree | da6b4a1dfaca44dc589ace044dc80f7928e32723 /driver/xf86-video-geode/src/gx_accel.c | |
parent | 7b2e233a1aad79e446c429576b90e408aa183921 (diff) |
update to xf86-video-geode 2.11.6. Tested on a Alix 3C3.
Diffstat (limited to 'driver/xf86-video-geode/src/gx_accel.c')
-rw-r--r-- | driver/xf86-video-geode/src/gx_accel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/xf86-video-geode/src/gx_accel.c b/driver/xf86-video-geode/src/gx_accel.c index 025b06a11..34df4df6b 100644 --- a/driver/xf86-video-geode/src/gx_accel.c +++ b/driver/xf86-video-geode/src/gx_accel.c @@ -1757,8 +1757,8 @@ amd_gx_exa_Composite(PixmapPtr pxDst, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) { int op, current_line, max_lines, lines, pass, scratchPitch; - unsigned int srcOffset, srcOfs=0, srcPitch, srcPch=0, srcBpp; - unsigned int dstOffset, dstOfs=0, dstPitch, dstPch=0, dstBpp; + unsigned int srcOffset, srcOfs = 0, srcPitch, srcPch = 0, srcBpp; + unsigned int dstOffset, dstOfs = 0, dstPitch, dstPch = 0, dstBpp; unsigned int sizes, strides, blt_mode = 0, rop = 0; GeodeRec *pGeode = GEODEPTR_FROM_PIXMAP(pxDst); |