X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglutdll.def;h=22465ebd97bdc5f2847116c29326a4400bb3ab3e;hb=2cc3ae61ee06893f31662b961e637d1e9210580a;hp=89155b6805e65a940ab85b4b2dc7a482747ae1f3;hpb=646676b8dbf8ab504ac8a275fe9a63a403a3190b;p=freeglut diff --git a/src/freeglutdll.def b/src/freeglutdll.def index 89155b6..22465eb 100644 --- a/src/freeglutdll.def +++ b/src/freeglutdll.def @@ -1,6 +1,6 @@ LIBRARY freeglutdll DESCRIPTION "Freeglut OpenGL Utility Toolkit" -VERSION 1.3 +VERSION 2.6.0 EXPORTS glutInit glutInitWindowPosition @@ -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,22 @@ EXPORTS glutForceJoystickFunc glutExtensionSupported glutReportErrors - + glutGetProcAddress + glutJoystickGetNumAxes + glutJoystickGetNumButtons + glutJoystickNotWorking + glutJoystickGetDeadBand + glutJoystickSetDeadBand + glutJoystickGetSaturation + glutJoystickSetSaturation + glutJoystickSetMinRange + glutJoystickSetMaxRange + glutJoystickSetCenter + glutJoystickGetMinRange + glutJoystickGetMaxRange + glutJoystickGetCenter + glutExit + glutFullScreenToggle + glutGetModeValues + glutInitContextFlags + glutInitContextVersion