summaryrefslogtreecommitdiff
path: root/gtk/gtksnapshotprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-02-28 09:52:49 +0100
committerBenjamin Otte <otte@redhat.com>2019-03-04 23:09:02 +0100
commit0e1a50366a738389cce5d92b978ce0d07a5ab951 (patch)
tree8c30f1034e6332edc60cd234674469b48e780a10 /gtk/gtksnapshotprivate.h
parent20f7588a848f1243307a403a3d9fdb8cefe46b58 (diff)
downloadgtk+-0e1a50366a738389cce5d92b978ce0d07a5ab951.tar.gz
transform: Move to GSK
The renaming of the prefix makes this a large patch.
Diffstat (limited to 'gtk/gtksnapshotprivate.h')
-rw-r--r--gtk/gtksnapshotprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksnapshotprivate.h b/gtk/gtksnapshotprivate.h
index f43f6a3c5d..7853803067 100644
--- a/gtk/gtksnapshotprivate.h
+++ b/gtk/gtksnapshotprivate.h
@@ -35,7 +35,7 @@ struct _GtkSnapshotState {
guint start_node_index;
guint n_nodes;
- GtkTransform * transform;
+ GskTransform * transform;
GtkSnapshotCollectFunc collect_func;
union {