aboutsummaryrefslogtreecommitdiffhomepage
path: root/curses/ScintillaCurses.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'curses/ScintillaCurses.cxx')
-rw-r--r--curses/ScintillaCurses.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx
index 1a04912a1..f5c55ed21 100644
--- a/curses/ScintillaCurses.cxx
+++ b/curses/ScintillaCurses.cxx
@@ -343,6 +343,9 @@ public:
mvwchgat(win, y, x, 1, attrs, term_color_pair(fore, fill), NULL);
}
}
+ /** Drawing gradients is not implemented. */
+ void GradientRectangle(PRectangle rc, const std::vector<ColourStop> &stops,
+ GradientOptions options) {}
/** Drawing images is not implemented. */
void DrawRGBAImage(PRectangle rc, int width, int height,
const unsigned char *pixelsImage) {}