summaryrefslogtreecommitdiff
path: root/progs/trivial/tri-unfilled-fog.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-02-19 22:48:21 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-02-19 22:50:18 +0100
commit4e37f108065cc13a01117915c38d185811df6e4f (patch)
treee6f4598870fd521f46a197e6bb51b2cc20b1be3e /progs/trivial/tri-unfilled-fog.c
parent2b32c7dff51fa9853ba528744bd191400aa4b206 (diff)
trival: Make the last of progs show the name
Diffstat (limited to 'progs/trivial/tri-unfilled-fog.c')
-rw-r--r--progs/trivial/tri-unfilled-fog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/trivial/tri-unfilled-fog.c b/progs/trivial/tri-unfilled-fog.c
index 90444aecdf..113b8d051d 100644
--- a/progs/trivial/tri-unfilled-fog.c
+++ b/progs/trivial/tri-unfilled-fog.c
@@ -138,7 +138,7 @@ int main(int argc, char **argv)
type |= (doubleBuffer) ? GLUT_DOUBLE : GLUT_SINGLE;
glutInitDisplayMode(type);
- if (glutCreateWindow("Filled and unfilled fog tri") == GL_FALSE) {
+ if (glutCreateWindow(*argv) == GL_FALSE) {
exit(1);
}