[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Fix timestamps for DragDrop events on Windows (#518)

Christoph Thiede notifications at github.com
Fri Sep 11 13:50:39 UTC 2020


David, this sounds interesting. Either we have to change the timestamps of all recorded events (possibly losing accuracy), or we change the reference value provided by `Time eventMillisecondClock` (primitive 135/`primitiveMillisecondClock`). Is this what you meant? Is there any contract saying that if you start the VM, `Time eventMillisecondClock` should return a very small value? If not, could we just modify the Win32 implementation of `ioMSecs()` to return `GetTickCount()`, or could there be any other component depending on the current implementation?

So many questions! 😅 And here is just another one: Why does the Stack VM use a different header for the timing stuff (`sqWin32Heartbeat.c` vs `sqWin32Time.c`)?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/518#issuecomment-691107144
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200911/0124289d/attachment-0001.html>


More information about the Vm-dev mailing list