Revert "registry: Register SHM extension protocol names."
This reverts commit 2c9646ad4e
.
Moving all the names to dix/registry.c
This commit is contained in:
parent
67e82e306f
commit
4c7cf5aa4c
23
Xext/shm.c
23
Xext/shm.c
|
@ -59,7 +59,6 @@ in this Software without prior written authorization from The Open Group.
|
||||||
#include "servermd.h"
|
#include "servermd.h"
|
||||||
#include "shmint.h"
|
#include "shmint.h"
|
||||||
#include "xace.h"
|
#include "xace.h"
|
||||||
#include "registry.h"
|
|
||||||
#define _XSHM_SERVER_
|
#define _XSHM_SERVER_
|
||||||
#include <X11/extensions/shmstr.h>
|
#include <X11/extensions/shmstr.h>
|
||||||
#include <X11/Xfuncproto.h>
|
#include <X11/Xfuncproto.h>
|
||||||
|
@ -274,27 +273,7 @@ ShmExtensionInit(INITARGS)
|
||||||
ShmCompletionCode = extEntry->eventBase;
|
ShmCompletionCode = extEntry->eventBase;
|
||||||
BadShmSegCode = extEntry->errorBase;
|
BadShmSegCode = extEntry->errorBase;
|
||||||
EventSwapVector[ShmCompletionCode] = (EventSwapPtr) SShmCompletionEvent;
|
EventSwapVector[ShmCompletionCode] = (EventSwapPtr) SShmCompletionEvent;
|
||||||
} else
|
}
|
||||||
return;
|
|
||||||
|
|
||||||
RegisterRequestName(ShmReqCode, X_ShmQueryVersion,
|
|
||||||
SHMNAME ":QueryVersion");
|
|
||||||
RegisterRequestName(ShmReqCode, X_ShmAttach,
|
|
||||||
SHMNAME ":Attach");
|
|
||||||
RegisterRequestName(ShmReqCode, X_ShmDetach,
|
|
||||||
SHMNAME ":Detach");
|
|
||||||
RegisterRequestName(ShmReqCode, X_ShmPutImage,
|
|
||||||
SHMNAME ":PutImage");
|
|
||||||
RegisterRequestName(ShmReqCode, X_ShmGetImage,
|
|
||||||
SHMNAME ":GetImage");
|
|
||||||
RegisterRequestName(ShmReqCode, X_ShmCreatePixmap,
|
|
||||||
SHMNAME ":CreatePixmap");
|
|
||||||
|
|
||||||
RegisterEventName(extEntry->eventBase + ShmCompletion,
|
|
||||||
SHMNAME ":Completion");
|
|
||||||
|
|
||||||
RegisterErrorName(extEntry->errorBase + BadShmSeg,
|
|
||||||
SHMNAME ":BadShmSeg");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*ARGSUSED*/
|
/*ARGSUSED*/
|
||||||
|
|
Loading…
Reference in New Issue