Enable Composite by default now that it disables itself in the known bad cases.
This commit is contained in:
		
							parent
							
								
									0bfc3cc22d
								
							
						
					
					
						commit
						1af2ef0b25
					
				| 
						 | 
					@ -136,10 +136,7 @@ _X_EXPORT Bool noTestExtensions;
 | 
				
			||||||
_X_EXPORT Bool noBigReqExtension = FALSE;
 | 
					_X_EXPORT Bool noBigReqExtension = FALSE;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#ifdef COMPOSITE
 | 
					#ifdef COMPOSITE
 | 
				
			||||||
 /* COMPOSITE is disabled by default for now until the
 | 
					_X_EXPORT Bool noCompositeExtension = FALSE;
 | 
				
			||||||
  * interface is stable */
 | 
					 | 
				
			||||||
 #define COMPOSITE_DEFAULT FALSE
 | 
					 | 
				
			||||||
_X_EXPORT Bool noCompositeExtension = !COMPOSITE_DEFAULT;
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef DAMAGE
 | 
					#ifdef DAMAGE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue