Restore return type on xf86SetScrnInfoModes
Seems to have been accidentally lost by commit 	76943fec86
			
			
This commit is contained in:
		
							parent
							
								
									0178b6a4ab
								
							
						
					
					
						commit
						925e895b86
					
				| 
						 | 
					@ -1692,6 +1692,7 @@ SetCompatOutput(xf86CrtcConfigPtr config)
 | 
				
			||||||
    return output;
 | 
					    return output;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					_X_EXPORT void
 | 
				
			||||||
xf86SetScrnInfoModes (ScrnInfoPtr scrn)
 | 
					xf86SetScrnInfoModes (ScrnInfoPtr scrn)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    xf86CrtcConfigPtr	config = XF86_CRTC_CONFIG_PTR(scrn);
 | 
					    xf86CrtcConfigPtr	config = XF86_CRTC_CONFIG_PTR(scrn);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue