projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5226c
)
wrong sign
author
Dana Jansens
<danakj@orodu.net>
Thu, 29 May 2003 04:01:29 +0000
(
04:01
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 29 May 2003 04:01:29 +0000
(
04:01
+0000)
glft/test.c
patch
|
blob
|
history
diff --git
a/glft/test.c
b/glft/test.c
index 038abce94daaff9d5840da444a5eae170924241d..1665c6b7423916beb4ebf504608b4fa41408f55b 100644
(file)
--- a/
glft/test.c
+++ b/
glft/test.c
@@
-83,7
+83,7
@@
int main(int argc, char **argv)
XSetWMProtocols(display, win, &delete_win, 1);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
- glOrtho(0, W, -100, H
+
100, 0, 10);
+ glOrtho(0, W, -100, H
-
100, 0, 10);
glMatrixMode(GL_MODELVIEW);
quit = 0;
while (!quit) {