dix: Add a new "registry" mechanism for registering string names of things.
Supports protocol requests, events, and errors, and resource names. Modify XRES extension to use it.
This commit is contained in:
@@ -102,6 +102,7 @@ Equipment Corporation.
|
||||
#include "dixfont.h"
|
||||
#include "extnsionst.h"
|
||||
#include "privates.h"
|
||||
#include "registry.h"
|
||||
#ifdef XPRINT
|
||||
#include "DiPrint.h"
|
||||
#endif
|
||||
@@ -354,6 +355,7 @@ main(int argc, char *argv[], char *envp[])
|
||||
InitGlyphCaching();
|
||||
if (!dixResetPrivates())
|
||||
FatalError("couldn't init private data storage");
|
||||
dixResetRegistry();
|
||||
ResetFontPrivateIndex();
|
||||
InitCallbackManager();
|
||||
InitVisualWrap();
|
||||
|
||||
Reference in New Issue
Block a user