diff src/gui_mac.c @ 212:e39657bbbb98

updated for version 7.0060
author vimboss
date Wed, 16 Mar 2005 09:52:38 +0000
parents 504c627f7474
children 2463194c8cdd
line wrap: on
line diff
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -4305,6 +4305,15 @@ gui_mch_set_bg_color(color)
     RGBBackColor(&TheColor);
 }
 
+/*
+ * Set the current text speail color. TODO
+ */
+    void
+gui_mch_set_sp_color(color)
+    guicolor_T	color;
+{
+}
+
     void
 gui_mch_draw_string(row, col, s, len, flags)
     int		row;