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>
This commit is contained in:
Kevin E Martin 2009-09-26 13:10:54 +10:00 committed by Peter Hutterer
parent fc9d733bab
commit c9ec2bab2f
2 changed files with 12 additions and 13 deletions

View File

@ -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 */

View File

@ -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