registry: Rebase registry to use the server config file of protocol names.

This commit is contained in:
Eamon Walsh
2007-11-26 15:26:49 -05:00
committed by Eamon Walsh
parent 9b0e72c8d9
commit decd5a7c60
4 changed files with 135 additions and 206 deletions

View File

@@ -60,6 +60,7 @@ SOFTWARE.
#include "scrnintstr.h"
#include "dispatch.h"
#include "privates.h"
#include "registry.h"
#include "xace.h"
#define EXTENSION_BASE 128
@@ -143,6 +144,7 @@ AddExtension(char *name, int NumEvents, int NumErrors,
ext->errorLast = 0;
}
RegisterExtensionNames(ext);
return(ext);
}