Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 11a07925dd8acf106488a255fa15fe933364d5ff
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/11a07925dd8acf106488a255fa15fe933364d5ff Author: Eliot Miranda <
[hidden email]>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M platforms/win32/vm/sqWin32.h
M platforms/win32/vm/sqWin32Window.c
Log Message:
-----------
Add a variable (deviceChangeCount) to the Windows VM to track
WM_DEVICECHANGE messages so that plugins such as the SoundPlugin
can update their device lists as and when required, rather than
on every access. Make sure the variable is correctly exported to
external plugins. [ci skip] (cuz I'm not ready to release the new SoundPlugin).