Ignore:
Timestamp:
Mar 11, 2000, 6:07:46 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/glut_win.c

    r3083 r3086  
    1 /* $Id: glut_win.c,v 1.7 2000-03-11 15:07:46 sandervl Exp $ */
     1/* $Id: glut_win.c,v 1.8 2000-03-11 17:07:45 sandervl Exp $ */
    22/* Copyright (c) Mark J. Kilgard, 1994, 1997.  */
    33
     
    399399}
    400400
    401 void GLCALLBACK
     401void GLUTCALLBACK
    402402__glutDefaultDisplay(void)
    403403{
     
    409409}
    410410
    411 void GLCALLBACK
     411void GLUTCALLBACK
    412412__glutDefaultReshape(int width, int height)
    413413{
     
    976976}
    977977
    978 static void GLCALLBACK
     978static void GLUTCALLBACK
    979979visibilityHelper(int status)
    980980{
Note: See TracChangeset for help on using the changeset viewer.