Ignore:
Timestamp:
Mar 4, 2000, 8:37:40 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

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:16 jeroen Exp $ */
     1/* $Id: glut_win.c,v 1.4 2000-03-04 19:33:43 jeroen Exp $ */
    22/* Copyright (c) Mark J. Kilgard, 1994, 1997.  */
    33
     
    10251025glutReshapeFunc(GLUTreshapeCB reshapeFunc)
    10261026{
    1027   WriteLog("GLUT32: Setting reshapeFunc to @%08X\n",reshapeFunc);
    10281027  if (reshapeFunc) {
    10291028    __glutCurrentWindow->reshape = reshapeFunc;
Note: See TracChangeset for help on using the changeset viewer.