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.36 by gbeauche, 2001-01-28T14:05:19Z vs.
Revision 1.37 by cebix, 2001-03-06T18:41:12Z

# Line 2053 | Line 2053 | static void video_refresh_window_vosf(vo
2053                          LOCK_VOSF;
2054                          update_display_window_vosf();
2055                          UNLOCK_VOSF;
2056 +                        XSync(x_display, false); // Let the server catch up
2057                  }
2058          }
2059   }
# Line 2140 | Line 2141 | static void *redraw_func(void *arg)
2141                  ticks++;
2142          }
2143          uint64 end = GetTicks_usec();
2144 <        printf("%Ld ticks in %Ld usec = %Ld ticks/sec\n", ticks, end - start, ticks * 1000000 / (end - start));
2144 >        // printf("%Ld ticks in %Ld usec = %Ld ticks/sec\n", ticks, end - start, ticks * 1000000 / (end - start));
2145          return NULL;
2146   }
2147   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines