From c732b6040c7303dd4a5997de04c6f751f905b4fe Mon Sep 17 00:00:00 2001 From: Richard Rauch Date: Mon, 9 Feb 2004 14:54:14 +0000 Subject: [PATCH] Commit of John's tidying-up of a comment, closing out an XXX comment that I wrote. Thanks, John. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@459 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglut_init.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/freeglut_init.c b/src/freeglut_init.c index 2d25dd2..590c2bb 100644 --- a/src/freeglut_init.c +++ b/src/freeglut_init.c @@ -613,15 +613,9 @@ void FGAPIENTRY glutInit( int* pargc, char** argv ) } /* - * Have the display created now. As I am too lazy to implement - * the program arguments parsing, we will have the DISPLAY - * environment variable used for opening the X display: - * - * XXX The above comment is rather unclear. We have just - * XXX completed parsing of the program arguments for GLUT - * XXX parameters. We obviously canNOT parse the application- - * XXX specific parameters. Can someone re-write the above - * XXX more clearly? + * Have the display created now. If there wasn't a "-display" + * in the program arguments, we will use the DISPLAY environment + * variable for opening the X display (see code above): */ fgInitialize( displayName ); -- 1.7.10.4