Changeset 2689 for trunk/src/opengl/glut/glut_dials.c
- Timestamp:
- Feb 9, 2000, 9:51:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/glut_dials.c
r2595 r2689 1 1 /* $Id: glut_dials.c,v 1.2 2000-02-09 08:46:09 jeroen Exp $ */ 2 2 /* Copyright (c) Mark J. Kilgard, 1994. */ 3 3 … … 8 8 #include "glutint.h" 9 9 10 void APIENTRY 10 void APIENTRY 11 11 glutButtonBoxFunc(GLUTbuttonBoxCB buttonBoxFunc) 12 12 { … … 17 17 } 18 18 19 void APIENTRY 19 void APIENTRY 20 20 glutDialsFunc(GLUTdialsCB dialsFunc) 21 21 {
Note:
See TracChangeset
for help on using the changeset viewer.