summaryrefslogtreecommitdiff
path: root/gtk/gtksnapshotprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-09-02 23:50:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-09-04 14:28:16 -0400
commitd6be42203ba341a6973e424987f9a331e57cd448 (patch)
tree04da7e153f8f0cf6a3c0c5bbdd68555e33adcde0 /gtk/gtksnapshotprivate.h
parente2869853dc0690cb4f466b9662f6e7afd472d96a (diff)
downloadgtk+-d6be42203ba341a6973e424987f9a331e57cd448.tar.gz
Add gtk_snapshot_push_blur()
This function is similar to the other push functions. This one uses the newly created blur node.
Diffstat (limited to 'gtk/gtksnapshotprivate.h')
-rw-r--r--gtk/gtksnapshotprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtksnapshotprivate.h b/gtk/gtksnapshotprivate.h
index 3676a10859..deffbc1aaf 100644
--- a/gtk/gtksnapshotprivate.h
+++ b/gtk/gtksnapshotprivate.h
@@ -49,6 +49,9 @@ struct _GtkSnapshotState {
double opacity;
} opacity;
struct {
+ double radius;
+ } blur;
+ struct {
graphene_matrix_t matrix;
graphene_vec4_t offset;
} color_matrix;