diff src/proto/os_amiga.pro @ 18461:7f16792d15f7 v8.1.2224

patch 8.1.2224: cannot build Amiga version Commit: https://github.com/vim/vim/commit/dfded98f87601b11271ee88392c821ceb6390eda Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 21:33:19 2019 +0200 patch 8.1.2224: cannot build Amiga version Problem: Cannot build Amiga version. Solution: Add dummy mch_setmouse(). (Ola S?der, closes https://github.com/vim/vim/issues/5126)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 21:45:03 +0200
parents 175b1116f96a
children 1fe99999625c
line wrap: on
line diff
--- a/src/proto/os_amiga.pro
+++ b/src/proto/os_amiga.pro
@@ -15,6 +15,7 @@ void mch_settitle(char_u *title, char_u 
 void mch_restore_title(int which);
 int mch_can_restore_title(void);
 int mch_can_restore_icon(void);
+void mch_setmouse(int on);
 int mch_get_user_name(char_u *s, int len);
 void mch_get_host_name(char_u *s, int len);
 long mch_get_pid(void);