* Inc (PendingMouseEvents) added to PutMouseEvent

This commit is contained in:
Tomas Hajny 2000-04-10 15:50:55 +00:00
parent 28ef8ce303
commit 1f29cc1c76

View File

@ -396,12 +396,16 @@ begin
PendingMouseEventOrder [MouseEventOrderTail] := QI.cEvents; PendingMouseEventOrder [MouseEventOrderTail] := QI.cEvents;
Inc (MouseEventOrderTail); Inc (MouseEventOrderTail);
if MouseEventOrderTail = MouseEventBufSize then MouseEventOrderTail := 0; if MouseEventOrderTail = MouseEventBufSize then MouseEventOrderTail := 0;
Inc (PendingMouseEvents);
end; end;
end; end;
{ {
$Log$ $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 * cardinal = longint removed for FPC
} }