diff options
| author | Manolo Gouy <Manolo> | 2016-09-19 16:59:59 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-19 16:59:59 +0000 |
| commit | c06374378f212f8fe55b7bc08603871be5502aa2 (patch) | |
| tree | f52c0b7daad2fc0be8b1c86b03ed26f011a9be05 /src/Fl_win32.cxx | |
| parent | 3c0b74b2843c5c945953e2965f573aa036050c43 (diff) | |
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::ready()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11951 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index bf1185f65..62ee46c2d 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -477,8 +477,8 @@ int fl_wait(double time_to_wait) { return 1; } -// fl_ready() is just like fl_wait(0.0) except no callbacks are done: -int fl_ready() { +// just like fl_wait(0.0) except no callbacks are done: +int Fl_WinAPI_Screen_Driver::ready() { if (PeekMessage(&fl_msg, NULL, 0, 0, PM_NOREMOVE)) return 1; if (!nfds) return 0; timeval t; |
