kdrive: allow disabling Composite
KdInitOutput() used to enable Composite when it was disabled by default, but now this hack prevents ``-extension Composite'' from working. Remove it, as Composite is enabled by default anyway.
This commit is contained in:
		
							parent
							
								
									1a01e96c6d
								
							
						
					
					
						commit
						9dfb525f6c
					
				| 
						 | 
				
			
			@ -1353,12 +1353,6 @@ KdInitOutput (ScreenInfo    *pScreenInfo,
 | 
			
		|||
    KdCardInfo	    *card;
 | 
			
		||||
    KdScreenInfo    *screen;
 | 
			
		||||
 | 
			
		||||
#ifdef COMPOSITE
 | 
			
		||||
    /* kind of a hack: we want Composite enabled, but it's disabled per
 | 
			
		||||
     * default. */
 | 
			
		||||
    noCompositeExtension = FALSE;
 | 
			
		||||
#endif
 | 
			
		||||
    
 | 
			
		||||
    if (!kdCardInfo)
 | 
			
		||||
    {
 | 
			
		||||
	InitCard (0);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue