diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-01-07 07:50:23 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-01-07 07:50:36 +0100 |
| commit | 27c175dad8470229a512540edaae24787c65c3b7 (patch) | |
| tree | f2c248d20b8a94599f26c55913cec4f65d5524a2 /src/Fl_Graphics_Driver.cxx | |
| parent | 9d474dfcdf32993fc93d2b1b87a2e8ba1cf927e5 (diff) | |
Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platform.
Diffstat (limited to 'src/Fl_Graphics_Driver.cxx')
| -rw-r--r-- | src/Fl_Graphics_Driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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() |
