diff --git a/freeglut/web-src/docs/api.php b/freeglut/web-src/docs/api.php
index e8a387b..8898fbe 100644
--- a/freeglut/web-src/docs/api.php
+++ b/freeglut/web-src/docs/api.php
@@ -117,12 +117,15 @@ contained herein.
glutChangeToSubMenu
glutRemoveMenuItem
glutAttachMenu, glutDetachMenu
+ glutMenuDestroyFunc
Global Callback Registration Functions
- glutTimerFunc
- glutIdleFunc
+ - glutMenuStatusFunc
+ - glutMenuStateFunc
Window-Specific Callback Registration Functions
@@ -145,7 +148,6 @@ contained herein.
glutDialsFunc
glutTabletMotionFunc
glutTabletButtonFunc
- glutMenuStatusFunc
glutWindowStatusFunc
@@ -801,6 +803,8 @@ The glutShowOverlay and glutHideOverlay functions are not impl
10.9 glutAttachMenu, glutDetachMenu
+10.10 glutMenuDestroyFunc
+
11. Global Callback Registration Functions
11.1 glutTimerFunc
@@ -852,6 +856,10 @@ the window header bar. If the idle callback renders a particular window
should supply a window closure callback for that window which changes or disables
the idle callback.
+11.3 glutMenuStatusFunc
+
+11.4 glutMenuStateFunc
+
12. Window-Specific Callback Registration Functions
12.1 glutDisplayFunc
@@ -1191,9 +1199,7 @@ is not implemented in freeglut.
GLUT implements this function.
-12.21 glutMenuStatusFunc
-
-12.22 glutWindowStatusFunc
+12.21 glutWindowStatusFunc
13. State Setting and Retrieval Functions