Synched the DLL definitions with reality.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@679 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2005-07-14 11:56:34 +00:00
parent ee25389446
commit 7c0201f17b
2 changed files with 24 additions and 1 deletions

View File

@ -1128,3 +1128,5 @@ for some bit-fiddling, anyway.
necessary to temporarily use the X11 flags found by AC_PATH_XTRA.
(294) Fixed the GLUT_CURSOR_INHERIT logic once again...
(295) Synched the DLL definitions with reality.

View File

@ -15,6 +15,8 @@ EXPORTS
glutDestroyWindow
glutSetWindow
glutGetWindow
glutSetWindowData
glutGetWindowData
glutSetWindowTitle
glutSetIconTitle
glutReshapeWindow
@ -41,6 +43,8 @@ EXPORTS
glutDestroyMenu
glutGetMenu
glutSetMenu
glutGetMenuData
glutSetMenuData
glutAddMenuEntry
glutAddSubMenu
glutChangeToMenuEntry
@ -56,6 +60,7 @@ EXPORTS
glutVisibilityFunc
glutDisplayFunc
glutMouseFunc
glutMouseWheelFunc
glutMotionFunc
glutPassiveMotionFunc
glutEntryFunc
@ -66,6 +71,7 @@ EXPORTS
glutJoystickFunc
glutMenuStateFunc
glutMenuStatusFunc
glutMenuDestroyFunc
glutOverlayDisplayFunc
glutWindowStatusFunc
glutSpaceballMotionFunc
@ -112,6 +118,8 @@ EXPORTS
glutSolidSierpinskiSponge
glutWireTeapot
glutSolidTeapot
glutWireCylinder
glutSolidCylinder
glutGameModeString
glutEnterGameMode
glutLeaveGameMode
@ -129,4 +137,17 @@ EXPORTS
glutForceJoystickFunc
glutExtensionSupported
glutReportErrors
glutGetProcAddress
glutJoystickGetNumAxes
glutJoystickGetNumButtons
glutJoystickNotWorking
glutJoystickGetDeadBand
glutJoystickSetDeadBand
glutJoystickGetSaturation
glutJoystickSetSaturation
glutJoystickSetMinRange
glutJoystickSetMaxRange
glutJoystickSetCenter
glutJoystickGetMinRange
glutJoystickGetMaxRange
glutJoystickGetCenter