summaryrefslogtreecommitdiffstats
path: root/src/gui_photon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_photon.c')
-rw-r--r--src/gui_photon.c5
1 files changed, 5 insertions, 0 deletions
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
@@ -2114,6 +2114,11 @@ gui_mch_set_bg_color(guicolor_T color)
}
void
+gui_mch_set_sp_color(guicolor_T color)
+{
+}
+
+ void
gui_mch_invert_rectangle(int row, int col, int nr, int nc)
{
PhRect_t rect;