Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove

stubs in other DDX.
This commit is contained in:
Benjamin Herrenschmidt 2006-02-13 04:43:40 +00:00
commit 2dc7b5e0d9
6 changed files with 14 additions and 18 deletions

View file

@ -94,10 +94,6 @@ int limitNoFile = -1;
Bool OsDelayInitColors = FALSE;
#ifdef XFree86LOADER
extern void xf86WrapperInit(void);
#endif
void
OsInit(void)
{
@ -111,9 +107,6 @@ OsInit(void)
#endif
if (!been_here) {
#ifdef XFree86LOADER
xf86WrapperInit();
#endif
#if !defined(__SCO__) && !defined(__CYGWIN__) && !defined(__UNIXWARE__)
fclose(stdin);
fclose(stdout);