diff options
Diffstat (limited to 'gtk/gtksnapshotprivate.h')
-rw-r--r-- | gtk/gtksnapshotprivate.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtksnapshotprivate.h b/gtk/gtksnapshotprivate.h index 7eba0f48cc..a06383bb1c 100644 --- a/gtk/gtksnapshotprivate.h +++ b/gtk/gtksnapshotprivate.h @@ -45,15 +45,16 @@ struct _GtkSnapshotState { struct _GtkSnapshot { GtkSnapshotState *state; - + gboolean record_names; GskRenderer *renderer; }; void gtk_snapshot_init (GtkSnapshot *state, GskRenderer *renderer, + gboolean record_names, const cairo_region_t *clip, const char *name, - ...) G_GNUC_PRINTF (4, 5); + ...) G_GNUC_PRINTF (5, 6); GskRenderNode * gtk_snapshot_finish (GtkSnapshot *state); GskRenderer * gtk_snapshot_get_renderer (const GtkSnapshot *snapshot); |