mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
meson: rename symbol MITSHM to CONFIG_MITSHM
some bit better naming for config symbols. Yet leaving the old one defined, until all drivers have kept up. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
34039b29c6
commit
bbabd96e6c
@@ -39,9 +39,9 @@
|
||||
|
||||
DevPrivateKeyRec exaScreenPrivateKeyRec;
|
||||
|
||||
#ifdef MITSHM
|
||||
#ifdef CONFIG_MITSHM
|
||||
static ShmFuncs exaShmFuncs = { NULL, NULL };
|
||||
#endif
|
||||
#endif /* CONFIG_MITSHM */
|
||||
|
||||
/**
|
||||
* exaGetPixmapOffset() returns the offset (in bytes) within the framebuffer of
|
||||
@@ -910,12 +910,12 @@ exaDriverInit(ScreenPtr pScreen, ExaDriverPtr pScreenInfo)
|
||||
wrap(pExaScr, ps, AddTraps, ExaCheckAddTraps);
|
||||
}
|
||||
|
||||
#ifdef MITSHM
|
||||
#ifdef CONFIG_MITSHM
|
||||
/*
|
||||
* Don't allow shared pixmaps.
|
||||
*/
|
||||
ShmRegisterFuncs(pScreen, &exaShmFuncs);
|
||||
#endif
|
||||
#endif /* CONFIG_MITSHM */
|
||||
/*
|
||||
* Hookup offscreen pixmaps
|
||||
*/
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
#ifdef MITSHM
|
||||
#ifdef CONFIG_MITSHM
|
||||
#include "shmint.h"
|
||||
#endif
|
||||
#endif /* CONFIG_MITSHM */
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmapstr.h"
|
||||
#include "windowstr.h"
|
||||
|
||||
Reference in New Issue
Block a user