]> granicus.if.org Git - vim/commitdiff
patch 8.1.2224: cannot build Amiga version v8.1.2224
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Oct 2019 19:33:19 +0000 (21:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Oct 2019 19:33:19 +0000 (21:33 +0200)
Problem:    Cannot build Amiga version.
Solution:   Add dummy mch_setmouse(). (Ola Söder, closes #5126)

src/os_amiga.c
src/proto/os_amiga.pro
src/version.c

index aff24c5674ee97dce9a4ff3ff09b6dbca10fca7e..8627cb60af4f7e644284d11af2cc8a6d83710361 100644 (file)
@@ -658,6 +658,12 @@ mch_can_restore_icon(void)
 }
 #endif
 
+    void
+mch_setmouse(int on UNUSED)
+{
+    // TODO: implement
+}
+
 /*
  * Insert user name in s[len].
  */
index b781680a8c2153252d2817550f46e5a90a463ec2..7aaf1719fefea820e43c44174d9d6f6a45dae1bd 100644 (file)
@@ -15,6 +15,7 @@ void mch_settitle(char_u *title, char_u *icon);
 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);
index b0fdab2f38ec7233155f6c18ec677e56ddc14697..62a48880d72afe527e903bdc9697c57905a05c33 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2224,
 /**/
     2223,
 /**/