projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f34a30b
)
mesa: document a/s keys
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 7 May 2008 17:57:03 +0000
(11:57 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 7 May 2008 17:57:46 +0000
(11:57 -0600)
progs/xdemos/glthreads.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/glthreads.c
b/progs/xdemos/glthreads.c
index 767aef9e410418defeb6a0ef0b92cbf7a9339aa9..b90e6b4f3195eb5c3d0c39695dbb4b4599504173 100644
(file)
--- a/
progs/xdemos/glthreads.c
+++ b/
progs/xdemos/glthreads.c
@@
-565,6
+565,8
@@
usage(void)
printf("Keyboard:\n");
printf(" Esc Exit\n");
printf(" t Change texture image (requires -t option)\n");
+ printf(" a Toggle animation\n");
+ printf(" s Step rotation (when not animating)\n");
}