diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-02 05:15:47 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-04 23:41:51 +0100 |
commit | b391aea2b37000c04e565cceda6877be7850d3fc (patch) | |
tree | 8137573766dbc2de81b178ada508db22c1bf51c8 /gtk/gtksnapshotprivate.h | |
parent | 979e9bec27532c118f4ab7e30d7d59c85a321d5c (diff) | |
download | gtk+-b391aea2b37000c04e565cceda6877be7850d3fc.tar.gz |
widget: Make transform a GskTransform
This concludes pushing transforms down into GskTransform.
What's remaining is potentially pushing it further into the renderers.
Diffstat (limited to 'gtk/gtksnapshotprivate.h')
-rw-r--r-- | gtk/gtksnapshotprivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtksnapshotprivate.h b/gtk/gtksnapshotprivate.h index d5ae52ba51..5bee5e21dc 100644 --- a/gtk/gtksnapshotprivate.h +++ b/gtk/gtksnapshotprivate.h @@ -101,10 +101,6 @@ void gtk_snapshot_append_node_internal (GtkSnapshot GtkSnapshot * gtk_snapshot_new_with_parent (GtkSnapshot *parent_snapshot); -void gtk_snapshot_transform_matrix_with_category - (GtkSnapshot *snapshot, - const graphene_matrix_t*matrix, - GskTransformCategory category); void gtk_snapshot_append_text (GtkSnapshot *snapshot, PangoFont *font, PangoGlyphString *glyphs, |