Changeset 2689 for trunk/src/opengl/glut/glut_tablet.c
- Timestamp:
- Feb 9, 2000, 9:51:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/glut_tablet.c
r2595 r2689 1 1 /* $Id: glut_tablet.c,v 1.2 2000-02-09 08:46:17 jeroen Exp $ */ 2 2 /* Copyright (c) Mark J. Kilgard, 1994. */ 3 3 … … 10 10 #include "glutint.h" 11 11 12 void APIENTRY 12 void APIENTRY 13 13 glutTabletMotionFunc(GLUTtabletMotionCB tabletMotionFunc) 14 14 { … … 24 24 } 25 25 26 void APIENTRY 26 void APIENTRY 27 27 glutTabletButtonFunc(GLUTtabletButtonCB tabletButtonFunc) 28 28 {
Note:
See TracChangeset
for help on using the changeset viewer.