From: Sven Panne Date: Thu, 14 Jul 2005 11:56:34 +0000 (+0000) Subject: Synched the DLL definitions with reality. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=7743996a47be85cee9fbc70d11d074d852b7136c;p=freeglut Synched the DLL definitions with reality. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@679 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/ChangeLog b/ChangeLog index 77eecdc..89ddcd4 100644 --- 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. diff --git a/src/freeglutdll.def b/src/freeglutdll.def index 825c60f..4c2fa61 100644 --- a/src/freeglutdll.def +++ b/src/freeglutdll.def @@ -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