diff options
Diffstat (limited to 'xc/programs/Xserver/fb/fbfill.c')
-rw-r--r-- | xc/programs/Xserver/fb/fbfill.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/programs/Xserver/fb/fbfill.c b/xc/programs/Xserver/fb/fbfill.c index d19f83a2c..7fd5cc5e7 100644 --- a/xc/programs/Xserver/fb/fbfill.c +++ b/xc/programs/Xserver/fb/fbfill.c @@ -1,5 +1,5 @@ /* - * $Id: fbfill.c,v 1.1.1.1 2000/01/06 12:56:53 faith Exp $ + * $Id: fbfill.c,v 1.1.1.2 2000/02/22 15:42:20 kem Exp $ * * Copyright © 1998 Keith Packard * @@ -21,7 +21,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/fb/fbfill.c,v 1.1 1999/11/19 13:53:43 hohndel Exp $ */ +/* $XFree86: xc/programs/Xserver/fb/fbfill.c,v 1.2 2000/01/21 15:06:16 dawes Exp $ */ #include "fb.h" @@ -112,6 +112,7 @@ fbFill (DrawablePtr pDrawable, stipStride, stipWidth, stipHeight, + pPriv->evenStipple, fgand, fgxor, bgand, bgxor, pGC->patOrg.x + pDrawable->x, |