OpenGLEAN
OpenGLEAN User Support
Home page | Introduction | Documentation | Files | Examples | Proposals | Authors | Links


OpenGLEAN Development
Summary | CVS | (discussion via home page) | (contact via home page) | (suggestion box) | License | Todo | Bugs

Deleted API Features
[OpenGLEAN API Reference]

Collaboration diagram for Deleted API Features:

This collection covers the API features that OpenGLEAN has removed. Removed features are listed here in order to allow one to know what OpenGLEAN no longer supports, why those features are no longer supported, and what you can do about it in order to make your application continue to function correctly.

glutMenuStateFunc

glutMenuStateFunc() took a single parameter. Its full prototype was:

    void glutMenuStateFunc (void (*callback) (int status));

The function is the same as glutMenuStatusFunc(), save that the x and y coordinates are not supplied. The two functions were mutually conflicting (you could only register one or the other of the callbacks). By sometime in 1996, when Mark Kilgard's book, OpenGL Programming For the X Window System was published, he had declared this function to be obsolete, being replaced by glutMenuStatusFunc().

Portability notes: Use the newer function, glutMenuStatusFunc(). The older, deleted function can do nothing that the newer function can do, but the reverse is not true.



SourceForge.net Logo Supported in part by SourceForge.net.

Generated on Fri Sep 16 20:15:40 2005 for OpenGLEAN by doxygen 1.4.3
The OpenGLEAN project is hosted by olib.org and SourceForge.