glutfullscreen(3) - Linux man page

Name

glutFullScreen - Resize the current window to cover the entire screen

Library

OpenGLUT - window

Synopsis

#include <openglut.h>

void

glutFullScreen(void);

Description

The glutFullScreen() function resizes the window to cover the entire screen and hide window decorations such as title bars and icons.

Caveats

The desktop resolution is not affected by a call to glutReshapeWindow() or glutFullScreen().

The size of windows is ultimately determined by the windowing system. Therefore, a fullscreen request by an OpenGLUT application may not necessarily succeed or take immediate effect.

Not applicable to offscreen or subwindows.

See Also

glutinit(3) glutinitwindowposition(3) glutinitwindowsize(3) glutget(3) glutpositionwindow(3) glutreshapewindow(3)

BSD Epoch BSD