Query: glutinitwindowsize
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutInitWindowSize -- Requests future windows to open at a given width/height..LIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutInitWindowSize(int width, int height);PARAMETERSwidth Width of future windows. height Height of future windows.DESCRIPTIONThis 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 ALSOglutReshapeWindow(3) glutInit(3) glutInitWindowPosition(3) glutInitDisplayMode(3) glutInitDisplayString(3) glutReshapeFunc(3) glutGet(3) Epoch