Avoiding occasional bad responsiveness to user interaction caused by assigning events to timers

This commit is contained in:
Klaus Schmidinger
2004-03-14 14:28:08 +01:00
parent 07dc53331e
commit ac89e31bde
2 changed files with 10 additions and 5 deletions

View File

@@ -2741,3 +2741,5 @@ Video Disk Recorder Revision History
- Improved performance when paging through very long menu lists.
- Removed cSchedule::GetEventNumber() and cSchedule::NumEvents(). There is now
cSchedule::Events() that returns the list of events directly.
- Avoiding occasional bad responsiveness to user interaction caused by assigning
events to timers.