From 4811b7c7e02c0612975a8526f8ebba49ece0e72b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 16 Sep 1999 22:45:24 +0000 Subject: initial check-in --- src/glut/beos/libglut.def | 98 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 src/glut/beos/libglut.def (limited to 'src/glut/beos/libglut.def') diff --git a/src/glut/beos/libglut.def b/src/glut/beos/libglut.def new file mode 100644 index 0000000000..e900bb0400 --- /dev/null +++ b/src/glut/beos/libglut.def @@ -0,0 +1,98 @@ +EXPORTS +glutInit +glutInitWindowPosition +glutInitWindowSize +glutInitDisplayMode +glutInitDisplayString +glutMainLoop +glutCreateWindow +glutCreateSubWindow +glutSetWindow +glutGetWindow +glutDestroyWindow +glutPostRedisplay +glutSwapBuffers +glutPositionWindow +glutReshapeWindow +glutFullScreen +glutPopWindow +glutPushWindow +glutShowWindow +glutHideWindow +glutIconifyWindow +glutSetWindowTitle +glutSetIconTitle +glutSetCursor +glutWarpPointer +glutEstablishOverlay +glutUseLayer +glutRemoveOverlay +glutPostOverlayRedisplay +glutShowOverlay +glutHideOverlay +glutCreateMenu +glutSetMenu +glutGetMenu +glutDestroyMenu +glutAddMenuEntry +glutAddSubMenu +glutChangeToMenuEntry +glutChangeToSubMenu +glutRemoveMenuItem +glutAttachMenu +glutDetachMenu +glutDisplayFunc +glutOverlayDisplayFunc +glutReshapeFunc +glutKeyboardFunc +glutMouseFunc +glutMotionFunc +glutPassiveMotionFunc +glutVisibilityFunc +glutEntryFunc +glutSpecialFunc +glutSpaceballMotionFunc +glutSpaceballRotateFunc +glutSpaceballButtonFunc +glutButtonBoxFunc +glutDialsFunc +glutTabletMotionFunc +glutTabletButtonFunc +glutMenuStatusFunc +glutMenuStateFunc +glutIdleFunc +glutTimerFunc +glutSetColor +glutGetColor +glutCopyColormap +glutGet +glutLayerGet +glutDeviceGet +glutGetModifiers +glutExtensionSupported +glutBitmapCharacter +glutBitmapWidth +glutStrokeCharacter +glutStrokeWidth +glutBitmapLength +glutStrokeLength +glutStrokeRoman +glutStrokeMonoRoman +glutSolidSphere +glutWireSphere +glutSolidCube +glutWireCube +glutSolidCone +glutWireCone +glutSolidTorus +glutWireTorus +glutSolidDodecahedron +glutWireDodecahedron +glutSolidOctahedron +glutWireOctahedron +glutSolidTetrahedron +glutWireTetrahedron +glutSolidIcosahedron +glutWireIcosahedron +glutSolidTeapot +glutWireTeapot -- cgit v1.2.3