mirror of
https://github.com/vim/vim.git
synced 2025-10-12 06:44:06 -04:00
updated for version 7.0060
This commit is contained in:
@@ -584,9 +584,6 @@ gui_mch_set_font(GuiFont font)
|
||||
SelectFont(s_hdc, gui.currFont);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Set the current text foreground color.
|
||||
*/
|
||||
@@ -610,6 +607,15 @@ gui_mch_set_bg_color(guicolor_T color)
|
||||
SetBkColor(s_hdc, gui.currBgColor);
|
||||
}
|
||||
|
||||
/*
|
||||
* Set the current text special color.
|
||||
*/
|
||||
void
|
||||
gui_mch_set_sp_color(guicolor_T color)
|
||||
{
|
||||
/* TODO */
|
||||
}
|
||||
|
||||
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user