Corrected phrasing in docs and unneeded \ in code
This commit is contained in:
parent
47f69d8655
commit
e9676fc406
@ -291,7 +291,7 @@ typedef void (* FGCBAppStatus )( int );
|
|||||||
typedef void (* FGCBAppStatusUC )( int, FGCBUserData );
|
typedef void (* FGCBAppStatusUC )( int, FGCBUserData );
|
||||||
|
|
||||||
/* The global callbacks type definitions */
|
/* The global callbacks type definitions */
|
||||||
typedef void (* FGCBIdle )( void ); \
|
typedef void (* FGCBIdle )( void );
|
||||||
typedef void (* FGCBIdleUC )( FGCBUserData );
|
typedef void (* FGCBIdleUC )( FGCBUserData );
|
||||||
typedef void (* FGCBTimer )( int );
|
typedef void (* FGCBTimer )( int );
|
||||||
typedef void (* FGCBTimerUC )( int, FGCBUserData );
|
typedef void (* FGCBTimerUC )( int, FGCBUserData );
|
||||||
|
@ -332,7 +332,7 @@ when you created it.</ul>
|
|||||||
<p>
|
<p>
|
||||||
GLUT was created as a tool to help teach OpenGL programming. To simplify
|
GLUT was created as a tool to help teach OpenGL programming. To simplify
|
||||||
development, callbacks were used for handling display, input, and other
|
development, callbacks were used for handling display, input, and other
|
||||||
events. But the time it was developed, the purpose, or for some other
|
events. But at the time it was developed, the purpose, or for some other
|
||||||
unknown reason, the callbacks lacked any user-provided data argument.
|
unknown reason, the callbacks lacked any user-provided data argument.
|
||||||
This has caused considerable difficulties for any significantly advanced
|
This has caused considerable difficulties for any significantly advanced
|
||||||
usage of GLUT, and now <i>freeglut</i>. This has prevented any attempt to
|
usage of GLUT, and now <i>freeglut</i>. This has prevented any attempt to
|
||||||
|
Reference in New Issue
Block a user