mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
added missing definitions
git-svn-id: trunk@4714 -
This commit is contained in:
parent
11dd41282d
commit
9c936a9cba
@ -94,6 +94,10 @@ Var
|
|||||||
WinProcess: Boolean;
|
WinProcess: Boolean;
|
||||||
PrevWndProc: Pointer;
|
PrevWndProc: Pointer;
|
||||||
NewPos: Integer; //Used by TScrollingWindow
|
NewPos: Integer; //Used by TScrollingWindow
|
||||||
|
{$IFDEF Ver1_1}
|
||||||
|
List: TMsgArray;
|
||||||
|
C: integer;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
LMInsertText: TLMInsertText; // used by CB_INSERTSTRING, LB_INSERTSTRING
|
LMInsertText: TLMInsertText; // used by CB_INSERTSTRING, LB_INSERTSTRING
|
||||||
LMScroll: TLMScroll; // used by WM_HSCROLL
|
LMScroll: TLMScroll; // used by WM_HSCROLL
|
||||||
@ -854,6 +858,9 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.64 2003/10/16 20:35:37 mattias
|
||||||
|
added missing definitions
|
||||||
|
|
||||||
Revision 1.63 2003/10/06 10:50:10 mattias
|
Revision 1.63 2003/10/06 10:50:10 mattias
|
||||||
added recursion to InvalidateClientRectCache
|
added recursion to InvalidateClientRectCache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user