cocoa: fix typo 1028 to 128 for display bpp

git-svn-id: trunk@61297 -
This commit is contained in:
dmitry 2019-05-27 19:00:53 +00:00
parent 06e3b096ec
commit 80def7d927

View File

@ -1979,7 +1979,7 @@ begin
NSWindowDepthSixtyfourBitRGB:
Result := 64;
NSWindowDepthOnehundredtwentyeightBitRGB:
Result := 1028;
Result := 128;
else
Result := 32;
end;