mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 04:18:25 +02:00
MG: fixed timer checking
git-svn-id: trunk@1166 -
This commit is contained in:
parent
5a866e2de3
commit
7bb863ec59
@ -144,7 +144,9 @@ type
|
||||
procedure AttachMenu(Sender: TObject);virtual;
|
||||
procedure SetColorDialogColor(ColorSelection: PGtkColorSelection;
|
||||
Color: TColor);virtual;
|
||||
|
||||
procedure WordWrap(DC: HDC; AText: PChar; MaxWidthInPixel: integer;
|
||||
var Lines: PPChar; var LineCount: integer);
|
||||
|
||||
function HashPaintMessage(p: pointer): integer;virtual;
|
||||
function FindPaintMessage(HandleWnd: HWnd): PLazQueueItem;virtual;
|
||||
|
||||
@ -256,6 +258,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.89 2002/10/15 07:01:29 lazarus
|
||||
MG: fixed timer checking
|
||||
|
||||
Revision 1.88 2002/10/14 19:00:49 lazarus
|
||||
MG: fixed zombie timers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user