diff options
author | Benjamin Otte <otte@redhat.com> | 2019-02-28 09:52:49 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-04 23:09:02 +0100 |
commit | 0e1a50366a738389cce5d92b978ce0d07a5ab951 (patch) | |
tree | 8c30f1034e6332edc60cd234674469b48e780a10 /gtk/gtksnapshot.h | |
parent | 20f7588a848f1243307a403a3d9fdb8cefe46b58 (diff) | |
download | gtk+-0e1a50366a738389cce5d92b978ce0d07a5ab951.tar.gz |
transform: Move to GSK
The renaming of the prefix makes this a large patch.
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r-- | gtk/gtksnapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h index 162addf28e..d0e8dd9a4f 100644 --- a/gtk/gtksnapshot.h +++ b/gtk/gtksnapshot.h @@ -107,7 +107,7 @@ GDK_AVAILABLE_IN_ALL void gtk_snapshot_restore (GtkSnapshot *snapshot); GDK_AVAILABLE_IN_ALL void gtk_snapshot_transform (GtkSnapshot *snapshot, - GtkTransform *transform); + GskTransform *transform); GDK_AVAILABLE_IN_ALL void gtk_snapshot_transform_matrix (GtkSnapshot *snapshot, const graphene_matrix_t*matrix); |