Yuri Dario wrote:
BTW can you explain why in ImplSalStartTimer
pSalData->mnNextTimerTime = pSalData->mnLastEventTime + nMS;
is used? I don't find other references to mnLastEventTime, always zero
for me.
For me also, current behaviour is obviously to always run into the if
clause. the only relevant part currently seems to be
if( pSalData->mnNextTimerTime )
as this is nonzero when a timer is active. We can probably omit the
GetTickCount since it does not influence current behaviour. Thank you
for finding this bug :-)
Kind regards, pl
--
If you give someone a program, you will frustrate them for a day;
if you teach them how to program, you will frustrate them for a lifetime.
-- Author unknown
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]