Merge with Merge GdkFrameHistory into GdkFrameClock

This commit is contained in:
Owen W. Taylor
2013-02-13 01:03:52 -05:00
parent 0e75a5cabb
commit 3e79f7cbfa

View File

@@ -220,7 +220,7 @@ on_frame (double progress)
int jitter;
if (frame_clock)
handle_frame_stats (clock);
handle_frame_stats (frame_clock);
angle = 2 * M_PI * progress;
jitter = WINDOW_SIZE_JITTER * sin(angle);