Changeset 3084 for trunk/src/opengl/mesa/GL/glut.h
- Timestamp:
- Mar 11, 2000, 4:08:37 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/GL/glut.h
r3080 r3084 1 /* $Id: glut.h,v 1. 3 2000-03-11 09:05:07 jeroenExp $ */1 /* $Id: glut.h,v 1.4 2000-03-11 15:08:37 sandervl Exp $ */ 2 2 #ifndef __glut_h__ 3 3 #define __glut_h__ … … 454 454 455 455 /* GLUT menu sub-API. */ 456 extern int GLAPIENTRY glutCreateMenu(void (* )(int));456 extern int GLAPIENTRY glutCreateMenu(void (* GLCALLBACK)(int)); 457 457 extern void GLAPIENTRY glutDestroyMenu(int menu); 458 458 extern int GLAPIENTRY glutGetMenu(void);
Note:
See TracChangeset
for help on using the changeset viewer.