From e42c0d23a84a199834c88f23eea7900f4ef55e60 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:47:29 +0000 Subject: [PATCH] MG: added include comments git-svn-id: trunk@953 - --- lcl/controls.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lcl/controls.pp b/lcl/controls.pp index 8723600a1d..ba6a59e157 100644 --- a/lcl/controls.pp +++ b/lcl/controls.pp @@ -751,7 +751,6 @@ type function DoKeyPress(var Message: TLMKey): Boolean; function DoKeyUp(var Message: TLMKey): Boolean; function GetClientOrigin: TPoint; override; - function GetClientRect: TRect; override; function GetDeviceContext(var WindowHandle: HWnd): HDC; override; Function IsControlMouseMsg(var Message : TLMMOuse): Boolean; property BorderWidth : TBorderWidth read FBorderWidth write SetBorderWidth default 0; @@ -1220,6 +1219,9 @@ end. { ============================================================================= $Log$ + Revision 1.40 2002/04/18 08:13:36 lazarus + MG: added include comments + Revision 1.39 2002/04/18 08:09:03 lazarus MG: added include comments