glutPositionWindow (3) - Linux Manuals
glutPositionWindow: Request to change the position of the current window
NAME
glutPositionWindow - Request to change the position of the current windowLIBRARY
OpenGLUT - windowSYNOPSIS
In openglut.h Ft void Fn glutPositionWindow int x int yPARAMETERS
Bf Em
Bf Em
May not take immediate effect; wait for the callback.
Not applicable to offscreen windows.
DESCRIPTION
The glutPositionWindow() function requests that the window system
position a top-level or subwindow
relative to the top-left corner. Subwindows are typically
resized and repositioned in response to window resize events.
CAVEATS
The position of top-level windows is ultimately determined by the windowing system. Therefore, a position request by an OpenGLUT application may not necessarily succeed.