comparison src/mbyte.c @ 19526:22f0dda71638 v8.2.0320

patch 8.2.0320: no Haiku support Commit: https://github.com/vim/vim/commit/b3f740695a0199d22cd97aee314f06c7ae32d2ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 26 16:16:53 2020 +0100 patch 8.2.0320: no Haiku support Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes https://github.com/vim/vim/issues/5605)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 16:30:04 +0100
parents 2ef19eed524a
children 6c5b11458f31
comparison
equal deleted inserted replaced
19525:619eb9bc3249 19526:22f0dda71638
6486 im_was_set_active = active; 6486 im_was_set_active = active;
6487 } 6487 }
6488 # endif 6488 # endif
6489 } 6489 }
6490 6490
6491 # if defined(FEAT_GUI) && !defined(VIMDLL) 6491 # if defined(FEAT_GUI) && !defined(FEAT_GUI_HAIKU) && !defined(VIMDLL)
6492 void 6492 void
6493 im_set_position(int row UNUSED, int col UNUSED) 6493 im_set_position(int row UNUSED, int col UNUSED)
6494 { 6494 {
6495 } 6495 }
6496 # endif 6496 # endif