summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-04-09 07:32:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-04-09 08:38:14 -0400
commitb7f48b776323185bb5d4364530220feb67d3eaac (patch)
tree522d7a902149aeb26673dbd9a737747ca32cfcfb
parent61a0d063108f160d966d65e3a031e921906d57a2 (diff)
downloadgtk+-b7f48b776323185bb5d4364530220feb67d3eaac.tar.gz
gtk-demo: Add a keyword
Make the demo using the 'bluroverlay' come up when you type 'blur'.
-rw-r--r--demos/gtk-demo/transparent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/transparent.c b/demos/gtk-demo/transparent.c
index 10d9e81da0..626ef2c43d 100644
--- a/demos/gtk-demo/transparent.c
+++ b/demos/gtk-demo/transparent.c
@@ -1,5 +1,5 @@
/* Overlay/Transparency
- * #Keywords: GtkOverlay, GtkSnapshot
+ * #Keywords: GtkOverlay, GtkSnapshot, blur
*
* Blur the background behind an overlay.
*/