]> Pileus Git - ~andy/gtk/commit
Merge GdkFrameHistory into GdkFrameClock
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 12 Feb 2013 20:47:38 +0000 (15:47 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:52 +0000 (17:19 -0500)
commit515e5f74aadcef7d1d55f593fa16d9e3c1f3fb4b
treefd67c7de661cc0d910216dd06fe8ccbc76ea7165
parent5f2d1654a5085fb64af96310e297db4a7c4a39c2
Merge GdkFrameHistory into GdkFrameClock

Now that GdkFrameClock is a  class, not interface, there's no real advantage
to splitting the frame history into an aggregate object, so directly
merge it into GdkFrameClock.
gdk/Makefile.am
gdk/gdkframeclock.c
gdk/gdkframeclock.h
gdk/gdkframeclockidle.c
gdk/gdkframeclockprivate.h
gdk/gdkframehistory.c [deleted file]
gdk/gdkframehistory.h [deleted file]
gdk/gdkinternals.h
gdk/x11/gdkdisplay-x11.c
tests/animated-resizing.c
tests/video-timer.c