X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_init.c;h=590c2bbc77cfc3364a403a73fa4574572ea3e24b;hb=c732b6040c7303dd4a5997de04c6f751f905b4fe;hp=2d25dd2854f5b0195da81da08931f758563ea64a;hpb=eb076bbad64abd3c75b86d0b093ed244cd239a2e;p=freeglut 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 );