mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:39:24 +02:00
Win32 Add a comment to indicate the purpose of the TWindowProcHelper.WinProcess variable.
It's naming is a bit confusing, so maybe we should rename it?
This commit is contained in:
parent
76bbc6e2e5
commit
fb861fa2a1
@ -334,7 +334,7 @@ type
|
||||
LMessage: TLMessage;
|
||||
PLMsg: PLMessage;
|
||||
FlWinControl: TWinControl;
|
||||
WinProcess: Boolean;
|
||||
WinProcess: Boolean; // Setting this to FALSE signals that the message should not be processed any further along the chain.
|
||||
NotifyUserInput: Boolean;
|
||||
WindowInfo: PWin32WindowInfo;
|
||||
// Used by SendPaintMessage
|
||||
|
Loading…
Reference in New Issue
Block a user