mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.0027
This commit is contained in:
@@ -1238,6 +1238,7 @@ gui_mch_get_font(char_u *name, int giveErrorIfMissing)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if defined(FEAT_EVAL) || defined(PROTO)
|
||||
/*
|
||||
* Return the name of font "font" in allocated memory.
|
||||
* We always use the default font.
|
||||
@@ -1247,6 +1248,7 @@ gui_mch_get_fontname(GuiFont font, char_u *name)
|
||||
{
|
||||
return vim_strsave((char_u *)"default");
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
gui_mch_set_font(GuiFont font)
|
||||
|
Reference in New Issue
Block a user