commit | 3918c950c99a626a9fa40e58d7976bffb2e17f5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 22:34:55 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 22:34:55 2005 +0000 |
tree | 43cc4ce3c4ed5473772cd4e175f009290efdf961 | |
parent | 28a37ffcf79cfa8139246cecba918f3258e411ea [diff] [blame] |
updated for version 7.0060
diff --git a/src/gui_w16.c b/src/gui_w16.c index e6aa850..4970336 100644 --- a/src/gui_w16.c +++ b/src/gui_w16.c
@@ -584,9 +584,6 @@ SelectFont(s_hdc, gui.currFont); } - - - /* * Set the current text foreground color. */ @@ -610,6 +607,15 @@ SetBkColor(s_hdc, gui.currBgColor); } +/* + * Set the current text special color. + */ + void +gui_mch_set_sp_color(guicolor_T color) +{ + /* TODO */ +} + void