0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

Fix building the Mac version with GUI.

This commit is contained in:
Bram Moolenaar
2010-08-14 21:56:42 +02:00
parent 755bd26c59
commit e00289df69
4 changed files with 16 additions and 1 deletions

View File

@@ -2597,6 +2597,12 @@ bail:
return CallNextEventHandler(nextHandler, theEvent);
}
void
gui_mch_mousehide(int hide)
{
/* TODO */
}
#if 0
/*