(submit/miext-extinit) Xext: shm: unexport noMITShmExtension
This field isn't used by any drivers, and also better belongs into the corresponding extension instead of OS adaption layer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
73f1b8fb78
commit
0dc18761a0
|
@ -111,6 +111,8 @@ static void SShmCompletionEvent(xShmCompletionEvent *from,
|
||||||
static Bool ShmDestroyPixmap(PixmapPtr pPixmap);
|
static Bool ShmDestroyPixmap(PixmapPtr pPixmap);
|
||||||
static int ShmCreatePixmap(ClientPtr client, xShmCreatePixmapReq *stuff);
|
static int ShmCreatePixmap(ClientPtr client, xShmCreatePixmapReq *stuff);
|
||||||
|
|
||||||
|
Bool noMITShmExtension = FALSE;
|
||||||
|
|
||||||
static unsigned char ShmReqCode;
|
static unsigned char ShmReqCode;
|
||||||
int ShmCompletionCode;
|
int ShmCompletionCode;
|
||||||
int BadShmSegCode;
|
int BadShmSegCode;
|
||||||
|
|
|
@ -62,10 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
|
||||||
extern _X_EXPORT Bool noPanoramiXExtension;
|
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MITSHM
|
|
||||||
extern _X_EXPORT Bool noMITShmExtension;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef XCSECURITY
|
#ifdef XCSECURITY
|
||||||
extern _X_EXPORT Bool noSecurityExtension;
|
extern _X_EXPORT Bool noSecurityExtension;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -13,6 +13,7 @@ extern Bool noDbeExtension;
|
||||||
extern Bool noDPMSExtension;
|
extern Bool noDPMSExtension;
|
||||||
extern Bool noGEExtension;
|
extern Bool noGEExtension;
|
||||||
extern Bool noGlxExtension;
|
extern Bool noGlxExtension;
|
||||||
|
extern Bool noMITShmExtension;
|
||||||
extern Bool noRenderExtension;
|
extern Bool noRenderExtension;
|
||||||
extern Bool noResExtension;
|
extern Bool noResExtension;
|
||||||
extern Bool noRRExtension;
|
extern Bool noRRExtension;
|
||||||
|
|
|
@ -124,10 +124,6 @@ __stdcall unsigned long GetTickCount(void);
|
||||||
#ifdef COMPOSITE
|
#ifdef COMPOSITE
|
||||||
Bool noCompositeExtension = FALSE;
|
Bool noCompositeExtension = FALSE;
|
||||||
#endif
|
#endif
|
||||||
#ifdef MITSHM
|
|
||||||
Bool noMITShmExtension = FALSE;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef XCSECURITY
|
#ifdef XCSECURITY
|
||||||
Bool noSecurityExtension = FALSE;
|
Bool noSecurityExtension = FALSE;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue