From 3e79f7cbfa58fadaffeeeb6357e02efcd9353cfc Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 13 Feb 2013 01:03:52 -0500 Subject: [PATCH] Merge with Merge GdkFrameHistory into GdkFrameClock --- tests/animated-resizing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/animated-resizing.c b/tests/animated-resizing.c index 96aa32ae14..df2fe48c92 100644 --- a/tests/animated-resizing.c +++ b/tests/animated-resizing.c @@ -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);