]> Pileus Git - ~andy/gtk/commit
GdkFrameClock: Clean up the public API
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 12 Feb 2013 20:03:21 +0000 (15:03 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:52 +0000 (17:19 -0500)
commitbb11195ec06e24a58a3f3d7b9b11381e588a7d64
treeb508eee89b9122ddd0316250efcdd099209f72a5
parentd5edf9c072cdcab3a3cbee2cdb36b122dd953f0c
GdkFrameClock: Clean up the public API

* remove gdk_frame_clock_get_frame_time_val(); a convenience
  function that would rarely be used.
* remove gdk_frame_clock_get_requested() and
  ::frame-requested signal; while we might want to eventually
   be able to track the requested phases for a clock, we don't
  have a current use case.
* Make gdk_frame_clock_freeze/thaw() private: they are only
  used within GTK+ and have complex semantics.
* Remove gdk_frame_clock_get_last_complete(). Another convenience
  function that I don't have a current use case for.
* Rename:
  gdk_frame_clock_get_start() => gdk_frame_clock_get_history_start()
  gdk_frame_clocK_get_current_frame_timings() => gdk_frame_clock_get_timings()
gdk/gdkframeclock.c
gdk/gdkframeclock.h
gdk/gdkframeclockidle.c
gdk/gdkframeclockprivate.h
gdk/gdkwindow.c
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkwindow-x11.c
tests/video-timer.c