reshape
gState.currentWindow->reshape = reshapeFunc;
gState.currentWindow->reshape = __glutDefaultReshape;
win->reshape(win->m_width, win->m_height);
reshape = __glutDefaultReshape;
GLUTreshapeCB reshape; /* resize (width,height) */
GLUTreshapeCB reshape; /* resize (width,height) */
glutReshapeFunc(reshape);
void reshape(int w, int h);
glutReshapeFunc(reshape);