widgetbowl: Add a proper description
authorTimm Bäder <mail@baedert.org>
Fri, 16 Mar 2018 08:40:57 +0000 (09:40 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 17 Mar 2018 11:09:30 +0000 (12:09 +0100)
Instead of the copy/pasted one from the fishbowl demo.

demos/gtk-demo/widgetbowl.c

index aadee03610b7b60ab8007b76d8c3d7bcf34e607a..572ceb34920f9355044c1a3f4884ddbd8e9e5a95 100644 (file)
@@ -1,8 +1,8 @@
 /* Benchmark/Widgetbowl
  *
- * This demo models the fishbowl demos seen on the web in a GTK way.
- * It's also a neat little tool to see how fast your computer (or
- * your GTK version) is.
+ * This is a version of the Fishbowl demo that instead shows different
+ * kinds of widgets, which is useful for comparing the rendering performance
+ * of theme specifics.
  */
 
 #include <gtk/gtk.h>