diff options
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r-- | gtk/gtksnapshot.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h index e79d7134db..6acb5aa50a 100644 --- a/gtk/gtksnapshot.h +++ b/gtk/gtksnapshot.h @@ -50,15 +50,13 @@ GDK_AVAILABLE_IN_3_90 void gtk_snapshot_pop (GtkSnapshot *snapshot); GDK_AVAILABLE_IN_3_90 -void gtk_snapshot_set_transform (GtkSnapshot *snapshot, - const graphene_matrix_t *transform); -GDK_AVAILABLE_IN_3_90 -void gtk_snapshot_transform (GtkSnapshot *snapshot, - const graphene_matrix_t *transform); -GDK_AVAILABLE_IN_3_90 void gtk_snapshot_translate_2d (GtkSnapshot *snapshot, int x, int y); +GDK_AVAILABLE_IN_3_90 +void gtk_snapshot_get_offset (GtkSnapshot *snapshot, + double *x, + double *y); GDK_AVAILABLE_IN_3_90 void gtk_snapshot_append_node (GtkSnapshot *snapshot, |