From: Derek Foreman Date: Thu, 29 May 2003 01:54:48 +0000 (+0000) Subject: more extra points, raise font in test X-Git-Tag: gl2~42 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=67d019f00489bff986a5bde877ef1a24b20e8845;p=dana%2Fopenbox.git more extra points, raise font in test --- diff --git a/glft/render.c b/glft/render.c index 24e2245a..e9f2fbb2 100644 --- a/glft/render.c +++ b/glft/render.c @@ -4,7 +4,7 @@ #include #include -#define TPOINTS 5.0 +#define TPOINTS 15.0 #define TOFLOAT(x) (((x) >> 6) + ((x) & 63)/64.0) diff --git a/glft/test.c b/glft/test.c index f7e47db6..cf32d42b 100644 --- a/glft/test.c +++ b/glft/test.c @@ -84,7 +84,7 @@ int main(int argc, char **argv) glClearColor(0.0, 0.0, 1.0, 0.0); glMatrixMode(GL_PROJECTION); glLoadIdentity(); - glOrtho(0, 30, 0, 40, 0, 10); + glOrtho(0, 30, -10, 30, 0, 10); glMatrixMode(GL_MODELVIEW); quit = 0;