fb92544ab800cc527d5934c5848994daaa56de88
[mesa.git] / src / glut / os2 / libGlut.DEF
1
2 ;-----------------------------------------------------
3 ; def Module definition file for the DLL
4 ;-----------------------------------------------------
5
6 LIBRARY libGlut INITINSTANCE TERMINSTANCE
7 PROTMODE
8 DATA MULTIPLE NONSHARED READWRITE LOADONCALL
9 CODE LOADONCALL
10 EXPORTS ; Names of exported functions and data
11
12 ;*********************************
13 ;MesaGLUT
14 glutCommandFunc @3001
15 glutCreateWindow @3002
16 glutCreateSubWindow @3003
17 glutDestroyWindow @3004
18 glutDisplayFunc @3005
19 glutEntryFunc @3006
20 glutExtensionSupported @3007
21 glutIdleFunc @3008
22 glutInit @3009
23 glutInitDisplayMode @3010
24 glutInitWindowPosition @3011
25 glutInitWindowSize @3012
26 glutMainLoop @3013
27 glutGet @3014
28 glutGetColor @3015
29 glutGetWindow @3016
30 glutKeyboardFunc @3017
31 glutMouseFunc @3018
32 glutSpecialFunc @3019
33 glutStrokeCharacter @3020
34 glutSetColor @3021
35 glutSetIconTitle @3022
36 glutSetWindow @3023
37 glutSetWindowTitle @3024
38
39 glutReshapeFunc @3025
40 glutReshapeWindow @3026
41
42
43 glutSwapBuffers @3027
44 glutPostRedisplay @3028
45 glutPositionWindow @3029
46 glutVisibilityFunc @3030
47 glutTimerFunc @3031
48 glutMotionFunc @3032
49
50 glutCreateMenu @3033
51 glutAttachMenu @3034
52 glutDestroyMenu @3035
53 glutAddMenuEntry @3036
54 glutPassiveMotionFunc @3037
55
56 glutSolidCone @3038
57 glutSolidCube @3039
58 glutSolidDodecahedron @3040
59 glutSolidOctahedron @3041
60 glutSolidIcosahedron @3042
61 glutSolidSphere @3043
62 glutSolidTeapot @3044
63 glutSolidTetrahedron @3045
64 glutSolidTorus @3046
65
66 glutWireCone @3047
67 glutWireCube @3048
68 glutWireDodecahedron @3049
69 glutWireIcosahedron @3050
70 glutWireOctahedron @3051
71 glutWireSphere @3052
72 glutWireTetrahedron @3053
73 glutWireTorus @3054
74 glutWireTeapot @3055
75
76 ;GL_GLEXT_PROTOTYPES
77 glutBitmapCharacter @3101
78 glutBitmap9By15 @3102
79 glutBitmapHelvetica10 @3103
80 glutBitmapHelvetica12 @3104
81 glutBitmapHelvetica18 @3105
82 glutBitmapTimesRoman24 @3106
83 glutStrokeRoman @3107
84 glutBitmap8By13 @3108
85
86 ;Global constants
87 ; hab @12001
88 ; /* PM anchor block handle */
89 ; hpsCurrent @12002
90 XHDC @12004
91 XHWND @12005
92
93
94