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:
		
							parent
							
								
									fc9d733bab
								
							
						
					
					
						commit
						c9ec2bab2f
					
				| 
						 | 
				
			
			@ -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…
	
		Reference in New Issue