Land XPRINT branch on XORG-CURRENT
This commit is contained in:
Roland Mainz
2004-04-21 10:03:41 +00:00
parent 449e83a947
commit 1af13123fa
97 changed files with 4447 additions and 908 deletions

View File

@@ -1,4 +1,4 @@
/* $XdotOrg$ */
/* $XdotOrg: xc/programs/Xserver/os/utils.c,v 1.1.4.6.2.4.6.3 2004/04/20 03:27:09 gisburn Exp $ */
/* $Xorg: utils.c,v 1.5 2001/02/09 02:05:24 xorgcvs Exp $ */
/*
@@ -575,6 +575,17 @@ VerifyDisplayName(const char *d)
return( 1 );
}
/*
* This function is responsible for doing initalisation of any global
* variables at an very early point of server startup (even before
* |ProcessCommandLine()|.
*/
void InitGlobals(void)
{
ddxInitGlobals();
}
/*
* This function parses the command line. Handles device-independent fields
* and allows ddx to handle additional fields. It is not allowed to modify