mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 15:38:51 +02:00
cocoa: fix typo 1028 to 128 for display bpp
git-svn-id: trunk@61297 -
This commit is contained in:
parent
06e3b096ec
commit
80def7d927
@ -1979,7 +1979,7 @@ begin
|
||||
NSWindowDepthSixtyfourBitRGB:
|
||||
Result := 64;
|
||||
NSWindowDepthOnehundredtwentyeightBitRGB:
|
||||
Result := 1028;
|
||||
Result := 128;
|
||||
else
|
||||
Result := 32;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user