diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-11 18:44:07 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-11 18:44:07 +0000 |
| commit | debda040dccc9c4b9930e1f71d695f23454fa9c4 (patch) | |
| tree | d5addd7821312daab8406c252ed1dc4292187797 /src | |
| parent | 2bd57beb70555fbe1614ebaf0d667bd91af9ba52 (diff) | |
got_events, not got_event.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2306 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_mac.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index c5fea48fa..7c8f4812c 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_mac.cxx,v 1.1.2.25 2002/06/11 16:17:41 easysw Exp $" +// "$Id: Fl_mac.cxx,v 1.1.2.26 2002/06/11 18:44:07 easysw Exp $" // // MacOS specific code for the Fast Light Tool Kit (FLTK). // @@ -191,7 +191,7 @@ static pascal OSStatus carbonDispatchHandler( EventHandlerCallRef nextHandler, E fl_lock_function(); - got_event = 1; + got_events = 1; switch ( GetEventClass( event ) ) { @@ -303,7 +303,7 @@ static double do_queued_events( double time = 0.0 ) ret = InstallEventLoopTimer( GetMainEventLoop(), 0, 0, NewEventLoopTimerUPP( timerProcCB ), 0, &timer ); } - got_event = 0; + got_events = 0; fl_unlock_function(); @@ -1432,6 +1432,6 @@ void Fl::paste(Fl_Widget &receiver, int clipboard) { // -// End of "$Id: Fl_mac.cxx,v 1.1.2.25 2002/06/11 16:17:41 easysw Exp $". +// End of "$Id: Fl_mac.cxx,v 1.1.2.26 2002/06/11 18:44:07 easysw Exp $". // |
