glutestablishoverlay(3) - Linux man page

Name

glutEstablishOverlay - Creates an overlay.

Library

OpenGLUT - overlays

Synopsis

#include <openglut.h>

void

glutEstablishOverlay(void);

Description

Creates an overlay associated with the current window .

Caveats

Unimplemented.

Old GLUT would terminate the program when an overlay was not possible. freeglut ignores the request; OpenGLUT ignores the request as well.

See Also

glutremoveoverlay(3) glutuselayer(3) glutpostoverlayredisplay(3) glutpostwindowoverlayredisplay(3) glutshowoverlay(3) gluthideoverlay(3)

BSD Epoch BSD

Referenced By

glutoverlaydisplayfunc(3)