glutinitwindowsize(3) centos man page | unix.com

Man Page: glutinitwindowsize

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutInitWindowSize -- Requests future windows to open at a given width/height..
LIBRARY
OpenGLUT - window
SYNOPSIS
#include <openglut.h> void glutInitWindowSize(int width, int height);
PARAMETERS
width Width of future windows. height Height of future windows.
DESCRIPTION
This function allows you to request initial dimensions for future windows. There is a callback function to inform you of the new window shape (whether initially opened, changed by your glutReshapeWindow() request, or changed directly by the user).
SEE ALSO
glutReshapeWindow(3) glutInit(3) glutInitWindowPosition(3) glutInitDisplayMode(3) glutInitDisplayString(3) glutReshapeFunc(3) glutGet(3) Epoch
Related Man Pages
glutinitdisplaymode(3) - centos
glutpopwindow(3) - centos
glutsetwindow(3) - centos
glutsetoption(3) - centos
glutreshapewindow(3glut) - osx
Similar Topics in the Unix Linux Community
Error: GL/glut.h: No such file or directory
How to insert JPEG on each side of the cube using openGL in C
How to Decode an image using openGL
Draw a 3D cylinder using openGL.
Infraction for Ravikishore: 1st Warning to Add Code Tags