summaryrefslogtreecommitdiff
path: root/src/gx_accel.c
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2008-08-07 11:21:48 -0600
committerJordan Crouse <jordan.crouse@amd.com>2008-08-07 11:21:48 -0600
commitd681a844e448712a9a419d2a4dca81930d39a80a (patch)
tree09079ad5f93174e991a1da09a38d2aad53515cf9 /src/gx_accel.c
parente98927f2c60acd9262cfb6fca2491fe0decc7aa5 (diff)
[LX] - Add RandR 1.2 support
A wholesale update to Randr 1.2 for LX accompanied by massive cleanup.
Diffstat (limited to 'src/gx_accel.c')
-rw-r--r--src/gx_accel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gx_accel.c b/src/gx_accel.c
index 025b06a..34df4df 100644
--- a/src/gx_accel.c
+++ b/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);