summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-07-11 01:10:15 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-07-11 01:10:15 +0000
commit7dc80d17b0a29dd5c9b6f7f2763c51af9e5fe96d (patch)
treea955664696efc75660ef7e74ce2aad2f6faae742 /src/Fl.cxx
parent066fc7805c7835334c046d8b0717cbd8b6d7acae (diff)
MacOS: wait(0) would not handle all pending events.
The OpenGL demos were showing a significant delay in handling UI events. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2502 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 265503ad3..ff06ffc7d 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.cxx,v 1.24.2.41.2.41 2002/07/08 19:19:07 easysw Exp $"
+// "$Id: Fl.cxx,v 1.24.2.41.2.42 2002/07/11 01:10:15 matthiaswm Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@@ -367,7 +367,6 @@ void Fl::flush() {
if ( port )
{
QDFlushPortBuffer( port, 0 );
- //printf("DBG: Fl::flush\n");
}
#else
if (fl_display) XFlush(fl_display);
@@ -949,5 +948,5 @@ void Fl_Window::flush() {
}
//
-// End of "$Id: Fl.cxx,v 1.24.2.41.2.41 2002/07/08 19:19:07 easysw Exp $".
+// End of "$Id: Fl.cxx,v 1.24.2.41.2.42 2002/07/11 01:10:15 matthiaswm Exp $".
//