Synched the DLL definitions with reality.
authorSven Panne <sven.panne@aedion.de>
Thu, 14 Jul 2005 11:56:34 +0000 (11:56 +0000)
committerSven Panne <sven.panne@aedion.de>
Thu, 14 Jul 2005 11:56:34 +0000 (11:56 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@679 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog
src/freeglutdll.def

index 77eecdc..89ddcd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 825c60f..4c2fa61 100644 (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