ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/video_vosf.h
(Generate patch)

Comparing BasiliskII/src/Unix/video_vosf.h (file contents):
Revision 1.63 by gbeauche, 2008-01-20T11:51:08Z vs.
Revision 1.64 by gbeauche, 2008-01-20T11:52:13Z

# Line 220 | Line 220 | static uint32 page_extend(uint32 size)
220   #ifndef VOSF_PROFITABLE_TRIES
221   #define VOSF_PROFITABLE_TRIES VOSF_PROFITABLE_TRIES_DFL
222   #endif
223 < const int VOSF_PROFITABLE_TRIES_DFL = 1000;             // Make 3 attempts for full screen update
223 > const int VOSF_PROFITABLE_TRIES_DFL = 3;                // Make 3 attempts for full screen update
224   const int VOSF_PROFITABLE_THRESHOLD = 16667/2;  // 60 Hz (half of the quantum)
225  
226   static bool video_vosf_profitable(uint32 *duration_p = NULL, uint32 *n_page_faults_p = NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines