From d6be42203ba341a6973e424987f9a331e57cd448 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 Sep 2017 23:50:39 -0400 Subject: Add gtk_snapshot_push_blur() This function is similar to the other push functions. This one uses the newly created blur node. --- gtk/gtksnapshotprivate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/gtksnapshotprivate.h') diff --git a/gtk/gtksnapshotprivate.h b/gtk/gtksnapshotprivate.h index 3676a10859..deffbc1aaf 100644 --- a/gtk/gtksnapshotprivate.h +++ b/gtk/gtksnapshotprivate.h @@ -48,6 +48,9 @@ struct _GtkSnapshotState { struct { double opacity; } opacity; + struct { + double radius; + } blur; struct { graphene_matrix_t matrix; graphene_vec4_t offset; -- cgit v1.2.1