diff options
Diffstat (limited to 'src/drivers/WinAPI')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx index 7cca121db..a0db7bad0 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx @@ -526,6 +526,10 @@ int Fl_WinAPI_Screen_Driver::compose(int &del) { return 1; } +struct Fl_Fontdesc *Fl_Screen_Driver::calc_fl_fonts() { + return NULL; +} + // // End of "$Id$". //
\ No newline at end of file |
