summaryrefslogtreecommitdiff
path: root/src/gui_mac.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-16 09:52:38 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-16 09:52:38 +0000
commit916b7afcbb6f3cf7ae9e4699c47a5ec885a56af2 (patch)
tree973380b49df014a3d4f47a44d23c23425ae49bb2 /src/gui_mac.c
parentda5d740e92cf643317cbeb65ad92ed215c6a740d (diff)
downloadvim-git-916b7afcbb6f3cf7ae9e4699c47a5ec885a56af2.tar.gz
updated for version 7.0060
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r--src/gui_mac.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 03dc326f6..e9a44b35d 100644
--- 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;