Commit of John's tidying-up of a comment, closing out an XXX comment that
I wrote. Thanks, John. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@459 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
1101bb7b23
commit
a6d19e891d
@ -613,15 +613,9 @@ void FGAPIENTRY glutInit( int* pargc, char** argv )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Have the display created now. As I am too lazy to implement
|
* Have the display created now. If there wasn't a "-display"
|
||||||
* the program arguments parsing, we will have the DISPLAY
|
* in the program arguments, we will use the DISPLAY environment
|
||||||
* environment variable used for opening the X display:
|
* variable for opening the X display (see code above):
|
||||||
*
|
|
||||||
* 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?
|
|
||||||
*/
|
*/
|
||||||
fgInitialize( displayName );
|
fgInitialize( displayName );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user