mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
This commit is contained in:
parent
90f1536dd3
commit
adc7f9a4eb
705 changed files with 30330 additions and 26603 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $XFree86: xc/programs/Xserver/cfb/cfbfillarc.c,v 3.5 2001/12/14 19:59:22 dawes Exp $ */
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbfillarc.c,v 3.7 2003/10/29 22:44:53 tsi Exp $ */
|
||||
/************************************************************
|
||||
|
||||
Copyright 1989, 1998 The Open Group
|
||||
|
|
@ -29,7 +29,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
#include "X.h"
|
||||
#include "Xprotostr.h"
|
||||
#include "miscstruct.h"
|
||||
#include "regionstr.h"
|
||||
#include "gcstruct.h"
|
||||
#include "pixmapstr.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
@ -47,10 +47,10 @@ in this Software without prior written authorization from The Open Group.
|
|||
#endif
|
||||
|
||||
static void
|
||||
RROP_NAME(cfbFillEllipseSolid) (pDraw, pGC, arc)
|
||||
DrawablePtr pDraw;
|
||||
GCPtr pGC;
|
||||
xArc *arc;
|
||||
RROP_NAME(cfbFillEllipseSolid)(
|
||||
DrawablePtr pDraw,
|
||||
GCPtr pGC,
|
||||
xArc *arc)
|
||||
{
|
||||
STUPID int x, y, e;
|
||||
STUPID int yk, xk, ym, xm, dx, dy, xorg, yorg;
|
||||
|
|
@ -181,6 +181,7 @@ RROP_NAME(cfbFillEllipseSolid) (pDraw, pGC, arc)
|
|||
RROP_SOLID_MASK(addrl, endmask);
|
||||
#endif /* PSZ == 24 */
|
||||
}
|
||||
RROP_UNDECLARE
|
||||
}
|
||||
|
||||
#if PSZ == 24
|
||||
|
|
@ -254,10 +255,10 @@ RROP_NAME(cfbFillEllipseSolid) (pDraw, pGC, arc)
|
|||
}
|
||||
|
||||
static void
|
||||
RROP_NAME(cfbFillArcSliceSolid)(pDraw, pGC, arc)
|
||||
DrawablePtr pDraw;
|
||||
GCPtr pGC;
|
||||
xArc *arc;
|
||||
RROP_NAME(cfbFillArcSliceSolid)(
|
||||
DrawablePtr pDraw,
|
||||
GCPtr pGC,
|
||||
xArc *arc)
|
||||
{
|
||||
int yk, xk, ym, xm, dx, dy, xorg, yorg, slw;
|
||||
register int x, y, e;
|
||||
|
|
@ -313,6 +314,7 @@ RROP_NAME(cfbFillArcSliceSolid)(pDraw, pGC, arc)
|
|||
FILLSLICESPANS(slice.flip_bot, addrlb);
|
||||
}
|
||||
}
|
||||
RROP_UNDECLARE
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue