__glutDefaultReshape
gState.currentWindow->reshape = __glutDefaultReshape;
reshape = __glutDefaultReshape;
extern void __glutDefaultReshape(int, int);
void __glutDefaultReshape(int width, int height);