Corrected phrasing in docs and unneeded \ in code

This commit is contained in:
Rcmaniac25 2017-06-04 15:39:13 -04:00
parent 47f69d8655
commit e9676fc406
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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