mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 05:48:16 +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:
|
NSWindowDepthSixtyfourBitRGB:
|
||||||
Result := 64;
|
Result := 64;
|
||||||
NSWindowDepthOnehundredtwentyeightBitRGB:
|
NSWindowDepthOnehundredtwentyeightBitRGB:
|
||||||
Result := 1028;
|
Result := 128;
|
||||||
else
|
else
|
||||||
Result := 32;
|
Result := 32;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user