diff options
author | Kevin E Martin <kem@redhat.com> | 2009-09-26 13:10:54 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-26 13:14:50 +1000 |
commit | c9ec2bab2f258798fd6e6676698c732f09571a60 (patch) | |
tree | aa7fc836c22718cab1d02767d9204b934e314bb7 /mi | |
parent | fc9d733bab3ff0e4e51b19c73b66196dca563a70 (diff) |
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>
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miinitext.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mi/miinitext.c b/mi/miinitext.c index 7f59126a4..0dca390bb 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -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 |