diff options
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 7507b6fb4..0491c6bb9 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -492,7 +492,7 @@ int Fl_WinAPI_Screen_Driver::ready() { //FILE *LOG=fopen("log.log","w"); -void Fl_WinAPI_Screen_Driver::open_display() { +void Fl_WinAPI_Screen_Driver::open_display_platform() { static char beenHereDoneThat = 0; if (beenHereDoneThat) |
