diff options
Diffstat (limited to 'src/Fl_Screen_Driver.cxx')
| -rw-r--r-- | src/Fl_Screen_Driver.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_Screen_Driver.cxx b/src/Fl_Screen_Driver.cxx index 38ba38f3c..dcaad6571 100644 --- a/src/Fl_Screen_Driver.cxx +++ b/src/Fl_Screen_Driver.cxx @@ -38,6 +38,12 @@ void Fl_Screen_Driver::display(const char *) { } +int Fl_Screen_Driver::visual(int) { + // blank + return 1; +} + + void Fl_Screen_Driver::screen_xywh(int &X, int &Y, int &W, int &H) { int x, y; @@ -128,6 +134,11 @@ int Fl_Screen_Driver::screen_num(int x, int y, int w, int h) } +const char *Fl_Screen_Driver::get_system_scheme() +{ + return 0L; +} + // // End of "$Id$". |
