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:
parent
ee25389446
commit
7c0201f17b
@ -1128,3 +1128,5 @@ for some bit-fiddling, anyway.
|
|||||||
necessary to temporarily use the X11 flags found by AC_PATH_XTRA.
|
necessary to temporarily use the X11 flags found by AC_PATH_XTRA.
|
||||||
|
|
||||||
(294) Fixed the GLUT_CURSOR_INHERIT logic once again...
|
(294) Fixed the GLUT_CURSOR_INHERIT logic once again...
|
||||||
|
|
||||||
|
(295) Synched the DLL definitions with reality.
|
||||||
|
@ -15,6 +15,8 @@ EXPORTS
|
|||||||
glutDestroyWindow
|
glutDestroyWindow
|
||||||
glutSetWindow
|
glutSetWindow
|
||||||
glutGetWindow
|
glutGetWindow
|
||||||
|
glutSetWindowData
|
||||||
|
glutGetWindowData
|
||||||
glutSetWindowTitle
|
glutSetWindowTitle
|
||||||
glutSetIconTitle
|
glutSetIconTitle
|
||||||
glutReshapeWindow
|
glutReshapeWindow
|
||||||
@ -41,6 +43,8 @@ EXPORTS
|
|||||||
glutDestroyMenu
|
glutDestroyMenu
|
||||||
glutGetMenu
|
glutGetMenu
|
||||||
glutSetMenu
|
glutSetMenu
|
||||||
|
glutGetMenuData
|
||||||
|
glutSetMenuData
|
||||||
glutAddMenuEntry
|
glutAddMenuEntry
|
||||||
glutAddSubMenu
|
glutAddSubMenu
|
||||||
glutChangeToMenuEntry
|
glutChangeToMenuEntry
|
||||||
@ -56,6 +60,7 @@ EXPORTS
|
|||||||
glutVisibilityFunc
|
glutVisibilityFunc
|
||||||
glutDisplayFunc
|
glutDisplayFunc
|
||||||
glutMouseFunc
|
glutMouseFunc
|
||||||
|
glutMouseWheelFunc
|
||||||
glutMotionFunc
|
glutMotionFunc
|
||||||
glutPassiveMotionFunc
|
glutPassiveMotionFunc
|
||||||
glutEntryFunc
|
glutEntryFunc
|
||||||
@ -66,6 +71,7 @@ EXPORTS
|
|||||||
glutJoystickFunc
|
glutJoystickFunc
|
||||||
glutMenuStateFunc
|
glutMenuStateFunc
|
||||||
glutMenuStatusFunc
|
glutMenuStatusFunc
|
||||||
|
glutMenuDestroyFunc
|
||||||
glutOverlayDisplayFunc
|
glutOverlayDisplayFunc
|
||||||
glutWindowStatusFunc
|
glutWindowStatusFunc
|
||||||
glutSpaceballMotionFunc
|
glutSpaceballMotionFunc
|
||||||
@ -112,6 +118,8 @@ EXPORTS
|
|||||||
glutSolidSierpinskiSponge
|
glutSolidSierpinskiSponge
|
||||||
glutWireTeapot
|
glutWireTeapot
|
||||||
glutSolidTeapot
|
glutSolidTeapot
|
||||||
|
glutWireCylinder
|
||||||
|
glutSolidCylinder
|
||||||
glutGameModeString
|
glutGameModeString
|
||||||
glutEnterGameMode
|
glutEnterGameMode
|
||||||
glutLeaveGameMode
|
glutLeaveGameMode
|
||||||
@ -129,4 +137,17 @@ EXPORTS
|
|||||||
glutForceJoystickFunc
|
glutForceJoystickFunc
|
||||||
glutExtensionSupported
|
glutExtensionSupported
|
||||||
glutReportErrors
|
glutReportErrors
|
||||||
|
glutGetProcAddress
|
||||||
|
glutJoystickGetNumAxes
|
||||||
|
glutJoystickGetNumButtons
|
||||||
|
glutJoystickNotWorking
|
||||||
|
glutJoystickGetDeadBand
|
||||||
|
glutJoystickSetDeadBand
|
||||||
|
glutJoystickGetSaturation
|
||||||
|
glutJoystickSetSaturation
|
||||||
|
glutJoystickSetMinRange
|
||||||
|
glutJoystickSetMaxRange
|
||||||
|
glutJoystickSetCenter
|
||||||
|
glutJoystickGetMinRange
|
||||||
|
glutJoystickGetMaxRange
|
||||||
|
glutJoystickGetCenter
|
||||||
|
Reference in New Issue
Block a user