diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-06-16 09:23:24 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-06-16 09:23:24 +0000 |
commit | 7cbb9f870b020742a254f1e9aadd0209b1f0a876 (patch) | |
tree | 9073a10b01308b5925b2969f828e755be1fffa22 /src/mga_arc.c | |
parent | 9dd51de1d530c6081333d30f945afb6d9208a77f (diff) |
DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-merge
Diffstat (limited to 'src/mga_arc.c')
-rw-r--r-- | src/mga_arc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mga_arc.c b/src/mga_arc.c index d282967..5c9a9cb 100644 --- a/src/mga_arc.c +++ b/src/mga_arc.c @@ -23,7 +23,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. ********************************************************/ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_arc.c,v 1.12tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_arc.c,v 1.12 2003/07/16 03:08:37 dawes Exp $ */ #include "X.h" @@ -70,8 +70,7 @@ MGAZeroArc( ){ int yoffset, dyoffset, x, y, a, b, d, mask, k1, k3, dx, dy, tmp; XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_GC(pGC); - ScrnInfoPtr pScrn = infoRec->pScrn; - MGAPtr pMga = MGAPTR(pScrn); + MGAPtr pMga = MGAPTR(infoRec->pScrn); miZeroArcRec info; Bool do360; DDXPointRec org, orgo; |