mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 13:20:35 +02:00
parent
8e9196f96a
commit
97bd2af536
@ -6487,7 +6487,7 @@ const
|
||||
BufSize = 4096; // allocating mem in 4k chunks helps many mem managers
|
||||
|
||||
ShowCommands: array[TWindowState] of Integer =
|
||||
(SW_SHOWNORMAL, SW_MINIMIZE, SW_SHOWMAXIMIZED);
|
||||
(SW_SHOWNORMAL, SW_MINIMIZE, SW_SHOWMAXIMIZED, SW_SHOWFULLSCREEN);
|
||||
|
||||
var
|
||||
TxtLFMStream, BinStream: TExtMemoryStream;
|
||||
|
Loading…
Reference in New Issue
Block a user