aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/zinc-demos
diff options
context:
space:
mode:
authormertz2003-02-14 16:32:41 +0000
committermertz2003-02-14 16:32:41 +0000
commit7d4aa70174a815db2d82a25a2316f841c482ea9a (patch)
tree3078d631ec786e11dc9848abe99a512197a344bc /Perl/demos/zinc-demos
parent54a30148b99a56c14b7c45655e0b719b3f5db839 (diff)
downloadtkzinc-7d4aa70174a815db2d82a25a2316f841c482ea9a.zip
tkzinc-7d4aa70174a815db2d82a25a2316f841c482ea9a.tar.gz
tkzinc-7d4aa70174a815db2d82a25a2316f841c482ea9a.tar.bz2
tkzinc-7d4aa70174a815db2d82a25a2316f841c482ea9a.tar.xz
la d�mo "tiger" utilise aussi le clipping du groupe 1 pour faire une fen�tre
principale non rectangulaire!
Diffstat (limited to 'Perl/demos/zinc-demos')
-rw-r--r--Perl/demos/zinc-demos4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos
index 05eb3dc..f9dd42d 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -146,8 +146,8 @@ $T->insert('end', "\n", '', "Small applications\n", 'title');
$T->insert('end', "1. A simple animated application \"the Wheel of Fortune\".\n", [qw/demo demo-wheelOfFortune/]);
$T->insert('end', "2. A simple radar display.\n", [qw/demo demo-simpleradar/]);
$T->insert('end', "3. Zetris a clone of the famous tetris game (requires openGL.)\n", [qw/demo demo-Zetris/]);
-$T->insert('end', "4. ATC sample fake electronic strips (best with openGL.)\n", [qw/demo demo-groups_in_ATC_strips/]);
-$T->insert('end', "5. The famous tiger.)\n", [qw/demo demo-tiger/]);
+$T->insert('end', "4. ATC sample fake electronic strips (nicer with openGL.)\n", [qw/demo demo-groups_in_ATC_strips/]);
+$T->insert('end', "5. The famous tiger using the X11 shape extension. (nicer with openGL)\n", [qw/demo demo-tiger/]);
$T->insert('end', "\n", '', "All Items\n", 'title');