summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-06-28 22:46:53 -0700
committerMatthias Clasen <mclasen@redhat.com>2015-06-28 22:46:53 -0700
commit109572286c138c11850cefb823e839c6f29d37b8 (patch)
treed4c9bff5eec6d861348b8cfb817d6649c56a3bc8
parentf97786f5e9ea46241410127e6d2d8ba8c44b9e71 (diff)
downloadgtk+-109572286c138c11850cefb823e839c6f29d37b8.tar.gz
gtk3-demo: Group pango demos together
-rw-r--r--demos/gtk-demo/font_features.c2
-rw-r--r--demos/gtk-demo/rotated_text.c2
-rw-r--r--demos/gtk-demo/textmask.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/gtk-demo/font_features.c b/demos/gtk-demo/font_features.c
index ac1492e20f..4d953f01f3 100644
--- a/demos/gtk-demo/font_features.c
+++ b/demos/gtk-demo/font_features.c
@@ -1,4 +1,4 @@
-/* Font Features
+/* Pango/Font Features
*
* This demonstrates support for OpenType font features with
* Pango attributes. The attributes can be used manually or
diff --git a/demos/gtk-demo/rotated_text.c b/demos/gtk-demo/rotated_text.c
index 6afe6ca4d6..b75453574b 100644
--- a/demos/gtk-demo/rotated_text.c
+++ b/demos/gtk-demo/rotated_text.c
@@ -1,4 +1,4 @@
-/* Rotated Text
+/* Pango/Rotated Text
*
* This demo shows how to use PangoCairo to draw rotated and transformed
* text. The right pane shows a rotated GtkLabel widget.
diff --git a/demos/gtk-demo/textmask.c b/demos/gtk-demo/textmask.c
index 0971d35ec9..d9e57e6e87 100644
--- a/demos/gtk-demo/textmask.c
+++ b/demos/gtk-demo/textmask.c
@@ -1,4 +1,4 @@
-/* Text Mask
+/* Pango/Text Mask
*
* This demo shows how to use PangoCairo to draw text with more than
* just a single color.