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:
a7543e6
)
move ortho so we start off of the edge
author
Derek Foreman
<manmower@gmail.com>
Thu, 29 May 2003 22:37:26 +0000
(22:37 +0000)
committer
Derek Foreman
<manmower@gmail.com>
Thu, 29 May 2003 22:37:26 +0000
(22:37 +0000)
glft/test.c
patch
|
blob
|
history
diff --git
a/glft/test.c
b/glft/test.c
index 1000dfd09f2464cbfd0baa01e0c94186f9c9109f..e889baa2187444d938b5886ea08177b4054ca3b2 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(
-50, W-50
, -100, H-100, 0, 10);
glMatrixMode(GL_MODELVIEW);
glEnable(GL_TEXTURE_2D);
quit = 0;