diff options
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
| -rw-r--r-- | src/Fl_Window_Driver.cxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx index 2dac00f95..b48040b9b 100644 --- a/src/Fl_Window_Driver.cxx +++ b/src/Fl_Window_Driver.cxx @@ -41,10 +41,16 @@ int Fl_Window_Driver::maxh() {return pWindow->maxh;} unsigned char Fl_Window_Driver::size_range_set() {return pWindow->size_range_set;} void Fl_Window_Driver::flush_single() { pWindow->Fl_Window::flush(); } + void Fl_Window_Driver::draw() { pWindow->draw(); } + void Fl_Window_Driver::make_current() { } -void Fl_Window_Driver::label(const char *name, const char *mininame) {} +void Fl_Window_Driver::show() { } + +void Fl_Window_Driver::show_menu() { pWindow->Fl_Window::show(); } + +void Fl_Window_Driver::label(const char *name, const char *mininame) {} void Fl_Window_Driver::take_focus() { |
