mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 20:20:07 +01:00
dmx: undefine MITSHM, move undefs to miinitext.c.
This patch undefines MITSHM for dmx - we don't support the required
screen->ModifyPixmapHeaders. All undefines are moved from dmx-config to
miinitext.c, where they belong.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit c9ec2bab2f)
This commit is contained in:
parent
72f0194be1
commit
bb7c26e38c
2 changed files with 12 additions and 13 deletions
|
|
@ -72,17 +72,4 @@
|
|||
/* Enable the DMX extension */
|
||||
#define DMXEXT
|
||||
|
||||
/* Disable the extensions that are not currently supported */
|
||||
#undef MULTIBUFFER
|
||||
#undef XV
|
||||
#undef DBE
|
||||
#undef XF86VIDMODE
|
||||
#undef XFreeXDGA
|
||||
#undef XF86DRI
|
||||
#undef SCREENSAVER
|
||||
#undef RANDR
|
||||
#undef XFIXES
|
||||
#undef DAMAGE
|
||||
#undef COMPOSITE
|
||||
|
||||
#endif /* DMX_CONFIG_H */
|
||||
|
|
|
|||
|
|
@ -55,6 +55,18 @@ SOFTWARE.
|
|||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#undef MULTIBUFFER
|
||||
#undef XV
|
||||
#undef DBE
|
||||
#undef XF86VIDMODE
|
||||
#undef XFreeXDGA
|
||||
#undef XF86DRI
|
||||
#undef SCREENSAVER
|
||||
#undef RANDR
|
||||
#undef XFIXES
|
||||
#undef DAMAGE
|
||||
#undef COMPOSITE
|
||||
#undef MITSHM
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XNEST_CONFIG_H
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue