Xvfb: set rotations ret value
This commit is contained in:
		
							parent
							
								
									a9537cfdd1
								
							
						
					
					
						commit
						074c98cf53
					
				| 
						 | 
				
			
			@ -786,6 +786,9 @@ vfbRRCrtcSet(ScreenPtr pScreen,
 | 
			
		|||
static Bool
 | 
			
		||||
vfbRRGetInfo(ScreenPtr pScreen, Rotation *rotations)
 | 
			
		||||
{
 | 
			
		||||
    /* Don't support rotations */
 | 
			
		||||
    *rotations = RR_Rotate_0;
 | 
			
		||||
 | 
			
		||||
    return TRUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue