mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
XQuartz: Default dpi to 96 instead of 75
(cherry picked from commit 08a5a333d7fea68146cd9cf50682b811378ab3ce)
This commit is contained in:
@@ -233,7 +233,7 @@ static Bool DarwinAddScreen(int index, ScreenPtr pScreen, int argc, char **argv)
|
||||
if (monitorResolution)
|
||||
dpi = monitorResolution;
|
||||
else
|
||||
dpi = 75;
|
||||
dpi = 96;
|
||||
|
||||
// initialize fb
|
||||
if (! fbScreenInit(pScreen,
|
||||
|
||||
Reference in New Issue
Block a user