comparison src/proto.h @ 30719:71137f73c94d v9.0.0694

patch 9.0.0694: no native sound support on Mac OS Commit: https://github.com/vim/vim/commit/4314e4f7da4db5d85f63cdf43b73be3689502c93 Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Sat Oct 8 13:50:05 2022 +0100 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 https://github.com/vim/vim/issues/11274)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Oct 2022 15:00:05 +0200
parents 9849df834f1d
children fa309d9af73c
comparison
equal deleted inserted replaced
30718:118268e20251 30719:71137f73c94d
325 # endif 325 # endif
326 326
327 # ifdef MACOS_CONVERT 327 # ifdef MACOS_CONVERT
328 # include "os_mac_conv.pro" 328 # include "os_mac_conv.pro"
329 # endif 329 # endif
330 # ifdef MACOS_X
331 # include "os_macosx.pro"
332 # endif
330 # if defined(MACOS_X_DARWIN) && defined(FEAT_CLIPBOARD) && !defined(FEAT_GUI) 333 # if defined(MACOS_X_DARWIN) && defined(FEAT_CLIPBOARD) && !defined(FEAT_GUI)
331 // functions in os_macosx.m 334 // functions in os_macosx.m
332 void clip_mch_lose_selection(Clipboard_T *cbd); 335 void clip_mch_lose_selection(Clipboard_T *cbd);
333 int clip_mch_own_selection(Clipboard_T *cbd); 336 int clip_mch_own_selection(Clipboard_T *cbd);
334 void clip_mch_request_selection(Clipboard_T *cbd); 337 void clip_mch_request_selection(Clipboard_T *cbd);