mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 05:50:10 +01:00
XQuartz: Default dpi to 96 instead of 75
This commit is contained in:
parent
cbc0935ef7
commit
08a5a333d7
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue