glutInitWindowSize (3) - Linux Manuals

glutInitWindowSize: Requests future windows to open at a given width/height..

NAME

glutInitWindowSize - Requests future windows to open at a given width/height..

LIBRARY

OpenGLUT - window

SYNOPSIS

In openglut.h Ft void Fn glutInitWindowSize int width int height

PARAMETERS

Bf Em
 width Ef
    Width of future windows.

Bf Em
 height Ef
   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).