mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
registry: Remove registry code from TOG-CUP extension.
Moving all the names into dix/registry.c
This commit is contained in:
parent
ce93c5772d
commit
76e89d45b4
1 changed files with 0 additions and 8 deletions
|
|
@ -39,7 +39,6 @@ in this Software without prior written authorization from The Open Group.
|
|||
#include "scrnintstr.h"
|
||||
#include "servermd.h"
|
||||
#include "swapreq.h"
|
||||
#include "registry.h"
|
||||
#define _XCUP_SERVER_
|
||||
#include <X11/extensions/Xcupstr.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
|
@ -136,13 +135,6 @@ XcupExtensionInit (INITARGS)
|
|||
return;
|
||||
|
||||
/* PC servers initialize the desktop colors (citems) here! */
|
||||
|
||||
RegisterRequestName(extEntry->base, X_XcupQueryVersion,
|
||||
XCUPNAME ":QueryVersion");
|
||||
RegisterRequestName(extEntry->base, X_XcupGetReservedColormapEntries,
|
||||
XCUPNAME ":GetReservedColormapEntries");
|
||||
RegisterRequestName(extEntry->base, X_XcupStoreColors,
|
||||
XCUPNAME ":StoreColors");
|
||||
}
|
||||
|
||||
/*ARGSUSED*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue