mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:06:09 +02:00
* Inc (PendingMouseEvents) added to PutMouseEvent
This commit is contained in:
parent
28ef8ce303
commit
1f29cc1c76
@ -396,12 +396,16 @@ begin
|
||||
PendingMouseEventOrder [MouseEventOrderTail] := QI.cEvents;
|
||||
Inc (MouseEventOrderTail);
|
||||
if MouseEventOrderTail = MouseEventBufSize then MouseEventOrderTail := 0;
|
||||
Inc (PendingMouseEvents);
|
||||
end;
|
||||
end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2000-01-09 20:43:04 hajny
|
||||
Revision 1.3 2000-04-10 15:50:55 hajny
|
||||
* Inc (PendingMouseEvents) added to PutMouseEvent
|
||||
|
||||
Revision 1.2 2000/01/09 20:43:04 hajny
|
||||
* cardinal = longint removed for FPC
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user