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

Comparing BasiliskII/src/Unix/video_x.cpp (file contents):
Revision 1.80 by gbeauche, 2005-06-11T06:43:24Z vs.
Revision 1.81 by gbeauche, 2005-06-11T06:52:22Z

# Line 2637 | Line 2637 | static void *redraw_func(void *arg)
2637          }
2638  
2639          uint64 end = GetTicks_usec();
2640 <        D(bug("%Ld refreshes in %Ld usec = %f refreshes/sec\n", ticks, end - start, ticks * 1000000.0 / (end - start)));
2640 >        D(bug("%lld refreshes in %lld usec = %f refreshes/sec\n", ticks, end - start, ticks * 1000000.0 / (end - start)));
2641  
2642          redraw_thread_cancel_ack = true;
2643          return NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines