Patch 8.1.2224
Problem: Cannot build Amiga version.
Solution: Add dummy mch_setmouse(). (Ola Söder, closes #5126)
Files: src/os_amiga.c, src/proto/os_amiga.pro
*** ../vim-8.1.2223/src/os_amiga.c 2019-09-27 13:38:52.782752934 +0200
--- src/os_amiga.c 2019-10-26 21:21:05.017418161 +0200
***************
*** 658,663 ****
--- 658,669 ----
}
#endif
+ void
+ mch_setmouse(int on UNUSED)
+ {
+ // TODO: implement
+ }
+
/*
* Insert user name in s[len].
*/
*** ../vim-8.1.2223/src/proto/os_amiga.pro 2018-05-17 13:53:03.000000000
+0200
--- src/proto/os_amiga.pro 2019-10-26 21:21:10.149396110 +0200
***************
*** 15,20 ****
--- 15,21 ----
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);
*** ../vim-8.1.2223/src/version.c 2019-10-26 20:56:04.207611508 +0200
--- src/version.c 2019-10-26 21:26:44.299968999 +0200
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2224,
/**/
--
Imagine a world without hypothetical situations.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201910270211.x9R2B79S026055%40masaka.moolenaar.net.