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:
@@ -2597,6 +2597,12 @@ bail:
|
||||
return CallNextEventHandler(nextHandler, theEvent);
|
||||
}
|
||||
|
||||
void
|
||||
gui_mch_mousehide(int hide)
|
||||
{
|
||||
/* TODO */
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user