Changeset 3000 for trunk/src/opengl/glut/glut_win.c
- Timestamp:
- Mar 4, 2000, 8:37:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/glut_win.c
r2996 r3000 1 /* $Id: glut_win.c,v 1. 3 2000-03-04 19:10:16jeroen Exp $ */1 /* $Id: glut_win.c,v 1.4 2000-03-04 19:33:43 jeroen Exp $ */ 2 2 /* Copyright (c) Mark J. Kilgard, 1994, 1997. */ 3 3 … … 1025 1025 glutReshapeFunc(GLUTreshapeCB reshapeFunc) 1026 1026 { 1027 WriteLog("GLUT32: Setting reshapeFunc to @%08X\n",reshapeFunc);1028 1027 if (reshapeFunc) { 1029 1028 __glutCurrentWindow->reshape = reshapeFunc;
Note:
See TracChangeset
for help on using the changeset viewer.