diff --git a/ScintillaCurses.cxx b/ScintillaCurses.cxx index 8c246eb..eb42bd2 100644 --- a/ScintillaCurses.cxx +++ b/ScintillaCurses.cxx @@ -343,6 +343,9 @@ class SurfaceImpl : public Surface { mvwchgat(win, y, x, 1, attrs, term_color_pair(fore, fill), NULL); } } + /** Drawing gradients is not implemented. */ + void GradientRectangle(PRectangle rc, const std::vector &stops, + GradientOptions options) {} /** Drawing images is not implemented. */ void DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsImage) {}