Ignore:
Timestamp:
Mar 11, 2000, 10:05:07 AM (25 years ago)
Author:
jeroen
Message:

* empty log message *

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:38 jeroen Exp $ */
     1/* $Id: glut_win.c,v 1.6 2000-03-11 09:05:05 jeroen Exp $ */
    22/* Copyright (c) Mark J. Kilgard, 1994, 1997.  */
    33
     
    403403}
    404404
    405 void CDECL
     405void GLCALLBACK
    406406__glutDefaultDisplay(void)
    407407{
     
    413413}
    414414
    415 void CDECL
     415void GLCALLBACK
    416416__glutDefaultReshape(int width, int height)
    417417{
     
    10031003}
    10041004
    1005 static void GLAPIENTRY
     1005static void GLCALLBACK
    10061006visibilityHelper(int status)
    10071007{
Note: See TracChangeset for help on using the changeset viewer.