annotate src/proto/os_macosx.pro @ 31903:1cedb94012da

Added tag v9.0.1283 for changeset 1c5ef864fe4caa4106584c46147878bc754fe476
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 17:15:04 +0100
parents 71137f73c94d
children ca4e81de477a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30719
71137f73c94d patch 9.0.0694: no native sound support on Mac OS
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 /* os_macosx.m */
71137f73c94d patch 9.0.0694: no native sound support on Mac OS
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 void process_cfrunloop();
71137f73c94d patch 9.0.0694: no native sound support on Mac OS
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 bool sound_mch_play(const char_u* event, long sound_id, soundcb_T *callback, bool playfile);
71137f73c94d patch 9.0.0694: no native sound support on Mac OS
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 void sound_mch_stop(long sound_id);
71137f73c94d patch 9.0.0694: no native sound support on Mac OS
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 void sound_mch_clear();
71137f73c94d patch 9.0.0694: no native sound support on Mac OS
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 void sound_mch_free();
71137f73c94d patch 9.0.0694: no native sound support on Mac OS
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 /* vim: set ft=c : */