summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2013-02-12 16:14:24 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2013-02-14 17:19:52 -0500
commitd5edf9c072cdcab3a3cbee2cdb36b122dd953f0c (patch)
tree64d7bb5129a1049fc269a099a9b59211597a87ad /gdk/gdkinternals.h
parent515e5f74aadcef7d1d55f593fa16d9e3c1f3fb4b (diff)
downloadgtk+-d5edf9c072cdcab3a3cbee2cdb36b122dd953f0c.tar.gz
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.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 61ebc19c21..4a91b7709f 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -429,24 +429,6 @@ cairo_surface_t * _gdk_offscreen_window_create_surface (GdkWindow *window,
gint width,
gint height);
-/********************************
- * Debug-only frame statistics *
- ********************************/
-
-#ifdef G_ENABLE_DEBUG
-
-gint64 _gdk_frame_timings_get_layout_start_time (GdkFrameTimings *timings);
-void _gdk_frame_timings_set_layout_start_time (GdkFrameTimings *timings,
- gint64 layout_start_time);
-gint64 _gdk_frame_timings_get_paint_start_time (GdkFrameTimings *timings);
-void _gdk_frame_timings_set_paint_start_time (GdkFrameTimings *timings,
- gint64 paint_time);
-gint64 _gdk_frame_timings_get_frame_end_time (GdkFrameTimings *timings);
-void _gdk_frame_timings_set_frame_end_time (GdkFrameTimings *timings,
- gint64 frame_end_time);
-
-#endif /* G_ENABLE_DEBUG */
-
G_END_DECLS
#endif /* __GDK_INTERNALS_H__ */