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.
|
||||
|
||||
(294) Fixed the GLUT_CURSOR_INHERIT logic once again...
|
||||
|
||||
(295) Synched the DLL definitions with reality.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user