]> Pileus Git - ~andy/gtk/commit
GdkFrameTimings: strip down to a minimal public API
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 12 Feb 2013 21:14:24 +0000 (16:14 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:52 +0000 (17:19 -0500)
commitd5edf9c072cdcab3a3cbee2cdb36b122dd953f0c
tree64d7bb5129a1049fc269a099a9b59211597a87ad
parent515e5f74aadcef7d1d55f593fa16d9e3c1f3fb4b
GdkFrameTimings: strip down to a minimal public API

Since we're not exporting the ability to create your own frame
clock for now, remove the setters for GdkFrameTimings fields.
Also remove all setters and getters for fields that are more
about implementation than about quantities that are meaningful
to the applcation and just access the fields directly within
GDK.
gdk/gdkframeclock.c
gdk/gdkframeclockidle.c
gdk/gdkframeclockprivate.h
gdk/gdkframetimings.c
gdk/gdkframetimings.h
gdk/gdkinternals.h
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkwindow-x11.c