diff options
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r-- | gtk/gtksnapshot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h index d0e8dd9a4f..91c050d048 100644 --- a/gtk/gtksnapshot.h +++ b/gtk/gtksnapshot.h @@ -134,6 +134,9 @@ void gtk_snapshot_scale_3d (GtkSnapshot float factor_y, float factor_z); GDK_AVAILABLE_IN_ALL +void gtk_snapshot_perspective (GtkSnapshot *snapshot, + float depth); +GDK_AVAILABLE_IN_ALL void gtk_snapshot_append_node (GtkSnapshot *snapshot, GskRenderNode *node); GDK_AVAILABLE_IN_ALL |