From: Derek Foreman Date: Thu, 29 May 2003 03:09:27 +0000 (+0000) Subject: use same size test as ob3 font rendering will X-Git-Tag: gl2~37 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=54e4d4b69d89f32a0abedbc964fbf8faf4914962;p=dana%2Fopenbox.git use same size test as ob3 font rendering will --- diff --git a/glft/test.c b/glft/test.c index b4ff967b..58f901f7 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, 300, -100, 300, 0, 10); + glOrtho(0, W, -100, H+100, 0, 10); glMatrixMode(GL_MODELVIEW); glEnable(GL_LINE_SMOOTH);