mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:29:18 +02:00
* freetype fix default resolution for non-Mac
git-svn-id: trunk@43291 -
This commit is contained in:
parent
a4bfa27639
commit
6cfe456a78
@ -195,7 +195,7 @@ const
|
|||||||
{$IFDEF MAC}
|
{$IFDEF MAC}
|
||||||
DefaultResolution : integer = 72;
|
DefaultResolution : integer = 72;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
DefaultResolution : integer = 97;
|
DefaultResolution : integer = 96;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user