mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.0694: no native sound support on Mac OS
Problem: No native sound support on Mac OS. Solution: Add sound support for Mac OS. (Yee Cheng Chin, closes #11274)
This commit is contained in:
committed by
Bram Moolenaar
parent
5a049846e4
commit
4314e4f7da
@@ -6125,6 +6125,10 @@ WaitForCharOrMouse(long msec, int *interrupted, int ignore_input)
|
||||
rest -= msec;
|
||||
}
|
||||
# endif
|
||||
# ifdef FEAT_SOUND_MACOSX
|
||||
// Invoke any pending sound callbacks.
|
||||
process_cfrunloop();
|
||||
# endif
|
||||
# ifdef FEAT_SOUND_CANBERRA
|
||||
// Invoke any pending sound callbacks.
|
||||
if (has_sound_callback_in_queue())
|
||||
|
Reference in New Issue
Block a user