X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglutdll.def;h=4899e1ebff6b1c134dd26bbf7615d3ab491149fd;hb=096d5fe9317224a4764c709c379b428ac052e144;hp=825c60f994ccc5b39ed777feb1fbba4286c37e47;hpb=86730ceaa1bb463d675f1f7b7d9e31219ede920e;p=freeglut diff --git a/src/freeglutdll.def b/src/freeglutdll.def index 825c60f..4899e1e 100644 --- a/src/freeglutdll.def +++ b/src/freeglutdll.def @@ -1,6 +1,4 @@ -LIBRARY freeglutdll -DESCRIPTION "Freeglut OpenGL Utility Toolkit" -VERSION 2.4.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,13 @@ EXPORTS glutForceJoystickFunc glutExtensionSupported glutReportErrors - + glutGetProcAddress + glutExit + glutFullScreenToggle + glutGetModeValues + glutInitContextFlags + glutInitContextVersion + glutInitContextProfile + __glutInitWithExit + __glutCreateWindowWithExit + __glutCreateMenuWithExit