diff --git a/freeglut/web-src/docs/api.php b/freeglut/web-src/docs/api.php index ef9a457..1c6caaa 100644 --- a/freeglut/web-src/docs/api.php +++ b/freeglut/web-src/docs/api.php @@ -1016,8 +1016,7 @@ disables the call to the window's key release callback.

This function is not implemented in GLUT versions before Version 4. It has been designed to be as close to GLUT as possible. Users who find differences should contact the - freeglutProgramming Consortium to -have them fixed.

+freeglut Programming Consortium to have them fixed.

12.8 glutSpecialUpFunc

@@ -1268,7 +1267,7 @@ These queries are with respect to the current window:
  • GLUT_WINDOW_HEIGHT - window height, see FreeGLUT's conventions
  • GLUT_WINDOW_BORDER_WIDTH - window border width
  • GLUT_WINDOW_BORDER_HEIGHT - window border height
  • -
  • GLUT_WINDOW_BUFFER_SIZE - number of color or color index bits per pixel
  • +
  • GLUT_WINDOW_BUFFER_SIZE - number of color (including alpha) or color index bits per pixel
  • GLUT_WINDOW_STENCIL_SIZE - number of bits per stencil value
  • GLUT_WINDOW_DEPTH_SIZE - number of bits per depth value
  • GLUT_WINDOW_RED_SIZE - number of bits per red value
  • @@ -2355,7 +2354,7 @@ Programs which use the freeglut-specific extensions to GLUT should includ It was initially planned to define FREEGLUT_VERSION_2_0, FREEGLUT_VERSION_2_1, FREEGLUT_VERSION_2_2, etc., but this was only done for FREEGLUT_VERSION_2_0. -This constant still exist in recent FreeGLUT releases but is +This constant still exist in current FreeGLUT releases but is deprecated.