Changeset 3079 for trunk/src/opengl/glut/glut_win.c
- Timestamp:
- Mar 11, 2000, 10:05:07 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/glut_win.c
r3022 r3079 1 /* $Id: glut_win.c,v 1. 5 2000-03-05 10:19:38jeroen Exp $ */1 /* $Id: glut_win.c,v 1.6 2000-03-11 09:05:05 jeroen Exp $ */ 2 2 /* Copyright (c) Mark J. Kilgard, 1994, 1997. */ 3 3 … … 403 403 } 404 404 405 void CDECL405 void GLCALLBACK 406 406 __glutDefaultDisplay(void) 407 407 { … … 413 413 } 414 414 415 void CDECL415 void GLCALLBACK 416 416 __glutDefaultReshape(int width, int height) 417 417 { … … 1003 1003 } 1004 1004 1005 static void GL APIENTRY1005 static void GLCALLBACK 1006 1006 visibilityHelper(int status) 1007 1007 {
Note:
See TracChangeset
for help on using the changeset viewer.