mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Another round of loader sense-beating. Remove the (unused) server export
lists, a really bad hash table, the last vestiges of the other backends, and some miscellaneous cleanups. Good for dropping 300k from the size of the built server on x86.
This commit is contained in:
parent
98a602fab1
commit
a28652f9c3
19 changed files with 79 additions and 3050 deletions
|
|
@ -1,7 +1,4 @@
|
|||
/* $XFree86: xc/programs/Xserver/hw/xfree86/loader/loaderProcs.h,v 1.21 2003/10/15 16:29:04 dawes Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
* Copyright 1995-1998 by Metro Link, Inc.
|
||||
*
|
||||
* Permission to use, copy, modify, distribute, and sell this software and its
|
||||
|
|
@ -79,9 +76,7 @@ typedef struct module_desc {
|
|||
const XF86ModuleVersionInfo *VersionInfo;
|
||||
} ModuleDesc, *ModuleDescPtr;
|
||||
|
||||
/*
|
||||
* Extenal API for the loader
|
||||
*/
|
||||
/* External API for the loader */
|
||||
|
||||
void LoaderInit(void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue