mesa: include mtypes.h
[mesa.git] / src / glut / os2 / libGlut.DEF
index fb92544ab800cc527d5934c5848994daaa56de88..a0e184eef0ea46a3a89b031a6f9f1d32f2573c4d 100644 (file)
@@ -1,94 +1,94 @@
-\r
-;-----------------------------------------------------\r
-; def Module definition file for the DLL\r
-;-----------------------------------------------------\r
-\r
-LIBRARY libGlut INITINSTANCE TERMINSTANCE\r
-PROTMODE\r
-DATA MULTIPLE NONSHARED READWRITE LOADONCALL\r
-CODE LOADONCALL\r
-EXPORTS          ; Names of exported functions and data\r
-\r
-;*********************************\r
-;MesaGLUT\r
-        glutCommandFunc                @3001\r
-       glutCreateWindow        @3002\r
-       glutCreateSubWindow     @3003\r
-       glutDestroyWindow       @3004\r
-       glutDisplayFunc         @3005\r
-       glutEntryFunc           @3006\r
-       glutExtensionSupported  @3007\r
-       glutIdleFunc            @3008\r
-        glutInit               @3009\r
-       glutInitDisplayMode     @3010\r
-       glutInitWindowPosition  @3011\r
-       glutInitWindowSize      @3012\r
-       glutMainLoop            @3013\r
-       glutGet                 @3014\r
-       glutGetColor            @3015\r
-       glutGetWindow           @3016\r
-       glutKeyboardFunc        @3017\r
-       glutMouseFunc           @3018\r
-       glutSpecialFunc         @3019\r
-       glutStrokeCharacter     @3020\r
-       glutSetColor            @3021\r
-       glutSetIconTitle        @3022\r
-       glutSetWindow           @3023\r
-       glutSetWindowTitle      @3024\r
-\r
-       glutReshapeFunc         @3025\r
-       glutReshapeWindow       @3026\r
-\r
-\r
-       glutSwapBuffers         @3027\r
-       glutPostRedisplay       @3028\r
-       glutPositionWindow      @3029\r
-       glutVisibilityFunc      @3030\r
-       glutTimerFunc           @3031\r
-       glutMotionFunc          @3032\r
-\r
-       glutCreateMenu          @3033\r
-       glutAttachMenu          @3034\r
-       glutDestroyMenu         @3035\r
-       glutAddMenuEntry        @3036\r
-       glutPassiveMotionFunc   @3037\r
-\r
-        glutSolidCone          @3038\r
-       glutSolidCube           @3039\r
-       glutSolidDodecahedron   @3040\r
-       glutSolidOctahedron     @3041\r
-       glutSolidIcosahedron    @3042\r
-       glutSolidSphere         @3043\r
-       glutSolidTeapot         @3044\r
-       glutSolidTetrahedron    @3045\r
-       glutSolidTorus          @3046\r
-\r
-       glutWireCone            @3047\r
-        glutWireCube           @3048\r
-        glutWireDodecahedron   @3049\r
-       glutWireIcosahedron     @3050\r
-       glutWireOctahedron      @3051\r
-       glutWireSphere          @3052\r
-        glutWireTetrahedron    @3053\r
-        glutWireTorus          @3054\r
-       glutWireTeapot          @3055\r
-\r
-;GL_GLEXT_PROTOTYPES   \r
-       glutBitmapCharacter     @3101\r
-        glutBitmap9By15                @3102\r
-        glutBitmapHelvetica10  @3103\r
-        glutBitmapHelvetica12  @3104\r
-        glutBitmapHelvetica18  @3105\r
-        glutBitmapTimesRoman24 @3106\r
-       glutStrokeRoman         @3107\r
-       glutBitmap8By13         @3108\r
-       \r
-;Global constants\r
-;         hab                  @12001\r
-;      /* PM anchor block handle         */\r
-;         hpsCurrent           @12002\r
-         XHDC                  @12004\r
-         XHWND                 @12005\r
-\r
-\r
-\r
+
+;-----------------------------------------------------
+; def Module definition file for the DLL
+;-----------------------------------------------------
+
+LIBRARY libGlut INITINSTANCE TERMINSTANCE
+PROTMODE
+DATA MULTIPLE NONSHARED READWRITE LOADONCALL
+CODE LOADONCALL
+EXPORTS          ; Names of exported functions and data
+
+;*********************************
+;MesaGLUT
+        glutCommandFunc                @3001
+       glutCreateWindow        @3002
+       glutCreateSubWindow     @3003
+       glutDestroyWindow       @3004
+       glutDisplayFunc         @3005
+       glutEntryFunc           @3006
+       glutExtensionSupported  @3007
+       glutIdleFunc            @3008
+        glutInit               @3009
+       glutInitDisplayMode     @3010
+       glutInitWindowPosition  @3011
+       glutInitWindowSize      @3012
+       glutMainLoop            @3013
+       glutGet                 @3014
+       glutGetColor            @3015
+       glutGetWindow           @3016
+       glutKeyboardFunc        @3017
+       glutMouseFunc           @3018
+       glutSpecialFunc         @3019
+       glutStrokeCharacter     @3020
+       glutSetColor            @3021
+       glutSetIconTitle        @3022
+       glutSetWindow           @3023
+       glutSetWindowTitle      @3024
+
+       glutReshapeFunc         @3025
+       glutReshapeWindow       @3026
+
+
+       glutSwapBuffers         @3027
+       glutPostRedisplay       @3028
+       glutPositionWindow      @3029
+       glutVisibilityFunc      @3030
+       glutTimerFunc           @3031
+       glutMotionFunc          @3032
+
+       glutCreateMenu          @3033
+       glutAttachMenu          @3034
+       glutDestroyMenu         @3035
+       glutAddMenuEntry        @3036
+       glutPassiveMotionFunc   @3037
+
+        glutSolidCone          @3038
+       glutSolidCube           @3039
+       glutSolidDodecahedron   @3040
+       glutSolidOctahedron     @3041
+       glutSolidIcosahedron    @3042
+       glutSolidSphere         @3043
+       glutSolidTeapot         @3044
+       glutSolidTetrahedron    @3045
+       glutSolidTorus          @3046
+
+       glutWireCone            @3047
+        glutWireCube           @3048
+        glutWireDodecahedron   @3049
+       glutWireIcosahedron     @3050
+       glutWireOctahedron      @3051
+       glutWireSphere          @3052
+        glutWireTetrahedron    @3053
+        glutWireTorus          @3054
+       glutWireTeapot          @3055
+
+;GL_GLEXT_PROTOTYPES   
+       glutBitmapCharacter     @3101
+        glutBitmap9By15                @3102
+        glutBitmapHelvetica10  @3103
+        glutBitmapHelvetica12  @3104
+        glutBitmapHelvetica18  @3105
+        glutBitmapTimesRoman24 @3106
+       glutStrokeRoman         @3107
+       glutBitmap8By13         @3108
+       
+;Global constants
+;         hab                  @12001
+;      /* PM anchor block handle         */
+;         hpsCurrent           @12002
+         XHDC                  @12004
+         XHWND                 @12005
+
+
+