Merge with Merge GdkFrameHistory into GdkFrameClock

This commit is contained in:
Owen W. Taylor 2013-02-13 01:03:52 -05:00
parent 815ef1bcc0
commit 63a36aa434

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);