X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglutdll.def;h=5bf3ca0fa58516a52c30e36067cad157cf9a1a7c;hb=929b4d880cc9bc99c3f4db62855b3d2445e9398d;hp=5fe647ae31c034900491c2df752dbf0d5b395358;hpb=d127d7eae5b979098b8babf9c3b64df6a395a39d;p=freeglut diff --git a/src/freeglutdll.def b/src/freeglutdll.def index 5fe647a..5bf3ca0 100644 --- a/src/freeglutdll.def +++ b/src/freeglutdll.def @@ -1,6 +1,4 @@ -LIBRARY freeglutdll -DESCRIPTION "Freeglut OpenGL Utility Toolkit" -VERSION 2.0 +VERSION 2.6 EXPORTS glutInit glutInitWindowPosition @@ -15,6 +13,8 @@ EXPORTS glutDestroyWindow glutSetWindow glutGetWindow + glutSetWindowData + glutGetWindowData glutSetWindowTitle glutSetIconTitle glutReshapeWindow @@ -41,6 +41,8 @@ EXPORTS glutDestroyMenu glutGetMenu glutSetMenu + glutGetMenuData + glutSetMenuData glutAddMenuEntry glutAddSubMenu glutChangeToMenuEntry @@ -56,6 +58,7 @@ EXPORTS glutVisibilityFunc glutDisplayFunc glutMouseFunc + glutMouseWheelFunc glutMotionFunc glutPassiveMotionFunc glutEntryFunc @@ -66,6 +69,7 @@ EXPORTS glutJoystickFunc glutMenuStateFunc glutMenuStatusFunc + glutMenuDestroyFunc glutOverlayDisplayFunc glutWindowStatusFunc glutSpaceballMotionFunc @@ -112,6 +116,8 @@ EXPORTS glutSolidSierpinskiSponge glutWireTeapot glutSolidTeapot + glutWireCylinder + glutSolidCylinder glutGameModeString glutEnterGameMode glutLeaveGameMode @@ -129,4 +135,25 @@ EXPORTS glutForceJoystickFunc glutExtensionSupported glutReportErrors - + glutGetProcAddress + glutJoystickGetNumAxes + glutJoystickGetNumButtons + glutJoystickNotWorking + glutJoystickGetDeadBand + glutJoystickSetDeadBand + glutJoystickGetSaturation + glutJoystickSetSaturation + glutJoystickSetMinRange + glutJoystickSetMaxRange + glutJoystickSetCenter + glutJoystickGetMinRange + glutJoystickGetMaxRange + glutJoystickGetCenter + glutExit + glutFullScreenToggle + glutGetModeValues + glutInitContextFlags + glutInitContextVersion + __glutInitWithExit + __glutCreateWindowWithExit + __glutCreateMenuWithExit