added glutPositionFunc callback, now just need to implement so it does
[freeglut] / src / freeglutdll.def.in
1 VERSION @VERSION_MAJOR@.@VERSION_MINOR@
2 EXPORTS
3         glutInit
4         glutInitWindowPosition
5         glutInitWindowSize
6         glutInitDisplayMode
7         glutInitDisplayString
8         glutMainLoop
9         glutMainLoopEvent
10         glutLeaveMainLoop
11         glutCreateWindow
12         glutCreateSubWindow
13         glutDestroyWindow
14         glutSetWindow
15         glutGetWindow
16         glutSetWindowData
17         glutGetWindowData
18         glutSetWindowTitle
19         glutSetIconTitle
20         glutReshapeWindow
21         glutPositionWindow
22         glutShowWindow
23         glutHideWindow
24         glutIconifyWindow
25         glutPushWindow
26         glutPopWindow
27         glutFullScreen
28         glutPostWindowRedisplay
29         glutPostRedisplay
30         glutSwapBuffers
31         glutWarpPointer
32         glutSetCursor
33         glutEstablishOverlay
34         glutRemoveOverlay
35         glutUseLayer
36         glutPostOverlayRedisplay
37         glutPostWindowOverlayRedisplay
38         glutShowOverlay
39         glutHideOverlay
40         glutCreateMenu
41         glutDestroyMenu
42         glutGetMenu
43         glutSetMenu
44         glutGetMenuData
45         glutSetMenuData
46         glutAddMenuEntry
47         glutAddSubMenu
48         glutChangeToMenuEntry
49         glutChangeToSubMenu
50         glutRemoveMenuItem
51         glutAttachMenu
52         glutDetachMenu
53         glutTimerFunc
54         glutIdleFunc
55         glutKeyboardFunc
56         glutSpecialFunc
57         glutReshapeFunc
58     glutPositionFunc
59         glutVisibilityFunc
60         glutDisplayFunc
61         glutMouseFunc
62         glutMouseWheelFunc
63         glutMotionFunc
64         glutPassiveMotionFunc
65         glutEntryFunc
66         glutCloseFunc
67         glutWMCloseFunc
68         glutKeyboardUpFunc
69         glutSpecialUpFunc
70         glutJoystickFunc
71         glutMenuStateFunc
72         glutMenuStatusFunc
73         glutMenuDestroyFunc
74         glutOverlayDisplayFunc
75         glutWindowStatusFunc
76         glutSpaceballMotionFunc
77         glutSpaceballRotateFunc
78         glutSpaceballButtonFunc
79         glutButtonBoxFunc
80         glutDialsFunc
81         glutTabletMotionFunc
82         glutTabletButtonFunc
83         glutSetOption
84         glutGet
85         glutDeviceGet
86         glutGetModifiers
87         glutLayerGet
88         glutBitmapCharacter
89         glutBitmapWidth
90         glutStrokeCharacter
91         glutStrokeWidth
92         glutBitmapLength
93         glutStrokeLength
94         glutBitmapHeight
95         glutStrokeHeight
96         glutBitmapString
97         glutStrokeString
98         glutWireCube
99         glutSolidCube
100         glutWireSphere
101         glutSolidSphere
102         glutWireCone
103         glutSolidCone
104         glutWireTorus
105         glutSolidTorus
106         glutWireDodecahedron
107         glutSolidDodecahedron
108         glutWireOctahedron
109         glutSolidOctahedron
110         glutWireTetrahedron
111         glutSolidTetrahedron
112         glutWireIcosahedron
113         glutSolidIcosahedron
114         glutWireRhombicDodecahedron
115         glutSolidRhombicDodecahedron
116         glutWireSierpinskiSponge
117         glutSolidSierpinskiSponge
118         glutWireTeapot
119         glutSolidTeapot
120         glutWireCylinder
121         glutSolidCylinder
122         glutGameModeString
123         glutEnterGameMode
124         glutLeaveGameMode
125         glutGameModeGet
126         glutVideoResizeGet
127         glutSetupVideoResizing
128         glutStopVideoResizing
129         glutVideoResize
130         glutVideoPan
131         glutSetColor
132         glutGetColor
133         glutCopyColormap
134         glutIgnoreKeyRepeat
135         glutSetKeyRepeat
136         glutForceJoystickFunc
137         glutExtensionSupported
138         glutReportErrors
139         glutGetProcAddress
140         glutExit
141         glutFullScreenToggle
142         glutLeaveFullScreen
143         glutGetModeValues
144         glutInitContextFlags
145         glutInitContextVersion
146         glutInitContextProfile
147         glutInitErrorFunc
148         glutInitWarningFunc
149         __glutInitWithExit
150         __glutCreateWindowWithExit
151         __glutCreateMenuWithExit
152         glutMultiButtonFunc
153         glutMultiEntryFunc
154         glutMultiMotionFunc
155         glutMultiPassiveFunc
156         glutInitContextFunc
157         glutPauseFunc
158         glutResumeFunc