From 1fec35a406a210f9eb4b73accf8d03e7e2b986ab Mon Sep 17 00:00:00 2001 From: dcnieho Date: Fri, 30 Jun 2017 23:22:52 +0000 Subject: [PATCH] Corrected phrasing in docs and unneeded \ in code git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1824 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/fg_internal.h | 2 +- freeglut/web-src/docs/api.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/freeglut/freeglut/src/fg_internal.h b/freeglut/freeglut/src/fg_internal.h index a61b121..a95027b 100644 --- a/freeglut/freeglut/src/fg_internal.h +++ b/freeglut/freeglut/src/fg_internal.h @@ -291,7 +291,7 @@ typedef void (* FGCBAppStatus )( int ); typedef void (* FGCBAppStatusUC )( int, FGCBUserData ); /* The global callbacks type definitions */ -typedef void (* FGCBIdle )( void ); \ +typedef void (* FGCBIdle )( void ); typedef void (* FGCBIdleUC )( FGCBUserData ); typedef void (* FGCBTimer )( int ); typedef void (* FGCBTimerUC )( int, FGCBUserData ); diff --git a/freeglut/web-src/docs/api.php b/freeglut/web-src/docs/api.php index e7a6d0f..8603eb2 100644 --- a/freeglut/web-src/docs/api.php +++ b/freeglut/web-src/docs/api.php @@ -332,7 +332,7 @@ when you created it.

GLUT was created as a tool to help teach OpenGL programming. To simplify 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. This has caused considerable difficulties for any significantly advanced usage of GLUT, and now freeglut. This has prevented any attempt to