mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
@@ -239,11 +239,6 @@ extern unsigned int GetXIDList(
|
||||
extern RESTYPE lastResourceType;
|
||||
extern RESTYPE TypeMask;
|
||||
|
||||
#ifdef XResExtension
|
||||
extern Atom *ResourceNames;
|
||||
void RegisterResourceName(RESTYPE type, char* name);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* These are deprecated compatibility functions and will be removed soon!
|
||||
* Please use the noted replacements instead.
|
||||
|
||||
Reference in New Issue
Block a user