Scroll to navigation

GLUTHIDEOVERLAY(3) Library Functions Manual (local) GLUTHIDEOVERLAY(3)

NAME

glutHideOverlayMake an overlay invisible.

LIBRARY

OpenGLUT - overlays

SYNOPSIS

#include <openglut.h>

void
glutHideOverlay(void);

DESCRIPTION

Causes a visible overlay to become invisible. Applies to the


current window

.

CAVEATS

Unimplemented.

SEE ALSO

glutEstablishOverlay(3) glutRemoveOverlay(3) glutUseLayer(3) glutPostOverlayRedisplay(3) glutPostWindowOverlayRedisplay(3) glutShowOverlay(3)