diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-01 06:35:55 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-04 23:15:07 +0100 |
commit | 3a3c2d14abb57ba56a30be83a7194a24a986f5c5 (patch) | |
tree | 43c053cd18bd6c1940646fc7f0f445b55dcaba72 /gtk/gtksnapshotprivate.h | |
parent | 4916280883f7850e17e025150be7c6ab25a8efc9 (diff) | |
download | gtk+-3a3c2d14abb57ba56a30be83a7194a24a986f5c5.tar.gz |
rendernode: Make the transform node take a GskTransform
This is an attempt to push GskTransform deeper into the stack.
Diffstat (limited to 'gtk/gtksnapshotprivate.h')
-rw-r--r-- | gtk/gtksnapshotprivate.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gtk/gtksnapshotprivate.h b/gtk/gtksnapshotprivate.h index 7853803067..536c7c08cf 100644 --- a/gtk/gtksnapshotprivate.h +++ b/gtk/gtksnapshotprivate.h @@ -40,14 +40,10 @@ struct _GtkSnapshotState { GtkSnapshotCollectFunc collect_func; union { struct { - graphene_matrix_t transform; - GskMatrixCategory category; - } transform; - struct { - double opacity; + double opacity; } opacity; struct { - double radius; + double radius; } blur; struct { graphene_matrix_t matrix; |