glutCreateWindow (3) Linux Manual Page
glutCreateWindow – Create a new top-level window LibraryOpenGLUT – window SynopsisIn openglut.h Ft int Fn glutCreateWindow const char* title ParametersBf Em title Ef Title for created window DescriptionThis function sends a request for a window to be constructed. OpenGLUT immediately constructs a data structure to track further events with the window, on the theory that…
