merge latest (4.3.99.16) from XFree86 (vendor) branch

This commit is contained in:
Kaleb Keithley
2003-11-26 22:49:07 +00:00
parent c57959ad6a
commit 0097b6fe2d
796 changed files with 58012 additions and 26524 deletions

View File

@@ -1,4 +1,4 @@
/* $XFree86: xc/programs/Xserver/dix/gc.c,v 3.9 2001/12/14 19:59:32 dawes Exp $ */
/* $XFree86: xc/programs/Xserver/dix/gc.c,v 3.10 2003/11/17 22:20:34 dawes Exp $ */
/***********************************************************
Copyright 1987, 1998 The Open Group
@@ -66,9 +66,7 @@ extern XID clientErrorValue;
extern FontPtr defaultFont;
static Bool CreateDefaultTile(
#if NeedFunctionPrototypes
GCPtr /*pGC*/
#endif
);
unsigned char DefaultDash[2] = {4, 4};
@@ -585,12 +583,7 @@ BUG:
*/
static GCPtr
#if NeedFunctionPrototypes
AllocateGC(ScreenPtr pScreen)
#else
AllocateGC(pScreen)
ScreenPtr pScreen;
#endif
{
GCPtr pGC;
register char *ptr;