diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-29 18:02:52 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-29 18:02:52 +0000 |
commit | 8fd9fcbc2d6fd6563165fad98258b0d6d974fc62 (patch) | |
tree | 3e29ee07f373cd4128d5713150bed678b874d5e5 /progs/demos/texdown.c | |
parent | 5a564056f59d3ee9b0ff20c45fbe5234a47d5149 (diff) |
hit space bar to rerun benchmark
Diffstat (limited to 'progs/demos/texdown.c')
-rw-r--r-- | progs/demos/texdown.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/texdown.c b/progs/demos/texdown.c index deb13abcaf..3ff8e5e61a 100644 --- a/progs/demos/texdown.c +++ b/progs/demos/texdown.c @@ -1,4 +1,4 @@ -/* $Id: texdown.c,v 1.2 2000/03/29 15:47:48 brianp Exp $ */ +/* $Id: texdown.c,v 1.3 2000/03/29 18:02:52 brianp Exp $ */ /* * Copyright (C) 1999 Brian Paul All Rights Reserved. @@ -303,6 +303,7 @@ Key(unsigned char key, int x, int y) (void) y; switch (key) { case ' ': + Mode = 0; break; case 'b': /* toggle border */ |