XQuartz: Default dpi to 96 instead of 75
(cherry picked from commit 08a5a333d7fea68146cd9cf50682b811378ab3ce)
This commit is contained in:
		
							parent
							
								
									2d764e21f2
								
							
						
					
					
						commit
						a003932dcc
					
				| 
						 | 
					@ -233,7 +233,7 @@ static Bool DarwinAddScreen(int index, ScreenPtr pScreen, int argc, char **argv)
 | 
				
			||||||
    if (monitorResolution)
 | 
					    if (monitorResolution)
 | 
				
			||||||
        dpi = monitorResolution;
 | 
					        dpi = monitorResolution;
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        dpi = 75;
 | 
					        dpi = 96;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // initialize fb
 | 
					    // initialize fb
 | 
				
			||||||
    if (! fbScreenInit(pScreen,
 | 
					    if (! fbScreenInit(pScreen,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue