From 27c175dad8470229a512540edaae24787c65c3b7 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 7 Jan 2022 07:50:23 +0100 Subject: Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platform. --- src/Fl_Graphics_Driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 8329355ba..4601568a3 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -124,6 +124,8 @@ void Fl_Graphics_Driver::set_spot(int font, int size, int X, int Y, int W, int H // nothing to do, reimplement in driver if needed } +void Fl_Graphics_Driver::set_status(int X, int Y, int W, int H) {} + /** see fl_reset_spot() */ void Fl_Graphics_Driver::reset_spot() -- cgit v1.2.3