From e2cc9702a6ddb033ea289a1269f14e7ae076c3ef Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 15 Mar 2005 22:43:58 +0000 Subject: updated for version 7.0060 --- src/gui_photon.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui_photon.c') diff --git a/src/gui_photon.c b/src/gui_photon.c index d4360fe805..293debe378 100644 --- a/src/gui_photon.c +++ b/src/gui_photon.c @@ -2113,6 +2113,11 @@ gui_mch_set_bg_color(guicolor_T color) PgSetFillColor( color ); } + void +gui_mch_set_sp_color(guicolor_T color) +{ +} + void gui_mch_invert_rectangle(int row, int col, int nr, int nc) { -- cgit v1.2.3