mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.0320: no Haiku support
Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)
This commit is contained in:
@@ -6488,7 +6488,7 @@ im_set_active(int active_arg)
|
||||
# endif
|
||||
}
|
||||
|
||||
# if defined(FEAT_GUI) && !defined(VIMDLL)
|
||||
# if defined(FEAT_GUI) && !defined(FEAT_GUI_HAIKU) && !defined(VIMDLL)
|
||||
void
|
||||
im_set_position(int row UNUSED, int col UNUSED)
|
||||
{
|
||||
|
Reference in New Issue
Block a user