diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-01 07:51:23 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-04 23:15:24 +0100 |
commit | 3cc84d2860a7d7d67640d3e8706794a5703d2115 (patch) | |
tree | 38f2267fe94ec22a1a85276d720e6caabb2d5c28 /gtk/gtksnapshot.c | |
parent | 791bf0c2eb4b458f6f0ff9765e9fa52bbd9e6950 (diff) | |
download | gtk+-3cc84d2860a7d7d67640d3e8706794a5703d2115.tar.gz |
transform: Make category public API
Also rename it from GskMatrixCategory to GskTransformCategory.
Diffstat (limited to 'gtk/gtksnapshot.c')
-rw-r--r-- | gtk/gtksnapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index 191810562e..1a85e0c697 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -1270,7 +1270,7 @@ gtk_snapshot_transform_matrix (GtkSnapshot *snapshot, void gtk_snapshot_transform_matrix_with_category (GtkSnapshot *snapshot, const graphene_matrix_t *matrix, - GskMatrixCategory category) + GskTransformCategory category) { GtkSnapshotState *state; |