comparison src/proto/gui_mac.pro @ 17063:3147c7c2e86b v8.1.1531

patch 8.1.1531: clipboard type name is inconsistent commit https://github.com/vim/vim/commit/0554fa478d27c611d23a814c987eb66f9daae6f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 14 21:36:54 2019 +0200 patch 8.1.1531: clipboard type name is inconsistent Problem: Clipboard type name is inconsistent. Solution: Rename VimClipboard to Clipboard_T.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Jun 2019 21:45:06 +0200
parents f4c3a7f410f4
children fcccc29bd386
comparison
equal deleted inserted replaced
17062:ee88967a2cd5 17063:3147c7c2e86b
109 void gui_win_alloc(win_T *wp); 109 void gui_win_alloc(win_T *wp);
110 void mch_post_buffer_write (buf_T *buf); 110 void mch_post_buffer_write (buf_T *buf);
111 111
112 void mch_errmsg(char *str); 112 void mch_errmsg(char *str);
113 void mch_display_error(void); 113 void mch_display_error(void);
114 void clip_mch_lose_selection(VimClipboard *cbd); 114 void clip_mch_lose_selection(Clipboard_T *cbd);
115 void clip_mch_request_selection(VimClipboard *cbd); 115 void clip_mch_request_selection(Clipboard_T *cbd);
116 void clip_mch_set_selection(VimClipboard *cbd); 116 void clip_mch_set_selection(Clipboard_T *cbd);
117 int clip_mch_own_selection(VimClipboard *cbd); 117 int clip_mch_own_selection(Clipboard_T *cbd);
118 118
119 pascal OSErr FindProcessBySignature( const OSType targetType, 119 pascal OSErr FindProcessBySignature( const OSType targetType,
120 const OSType targetCreator, ProcessSerialNumberPtr psnPtr ); 120 const OSType targetCreator, ProcessSerialNumberPtr psnPtr );
121 OSErr InstallAEHandlers (void); 121 OSErr InstallAEHandlers (void);
122 pascal OSErr HandleODocAE (const AppleEvent *theAEvent, AppleEvent *theReply, long refCon); 122 pascal OSErr HandleODocAE (const AppleEvent *theAEvent, AppleEvent *theReply, long refCon);