Ignore:
Timestamp:
Mar 11, 2000, 4:08:37 PM (25 years ago)
Author:
sandervl
Message:

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/GL/glut.h

    r3080 r3084  
    1 /* $Id: glut.h,v 1.3 2000-03-11 09:05:07 jeroen Exp $ */
     1/* $Id: glut.h,v 1.4 2000-03-11 15:08:37 sandervl Exp $ */
    22#ifndef __glut_h__
    33#define __glut_h__
     
    454454
    455455/* GLUT menu sub-API. */
    456 extern int GLAPIENTRY glutCreateMenu(void (*)(int));
     456extern int GLAPIENTRY glutCreateMenu(void (* GLCALLBACK)(int));
    457457extern void GLAPIENTRY glutDestroyMenu(int menu);
    458458extern int GLAPIENTRY glutGetMenu(void);
Note: See TracChangeset for help on using the changeset viewer.