mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove
stubs in other DDX.
This commit is contained in:
parent
34d0b9228f
commit
2dc7b5e0d9
6 changed files with 14 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue