glutReshapeFunc
GLUTAPI void GLUTAPIENTRY glutReshapeFunc(void (GLUTCALLBACK *func)(int width, int height));
{ "glutReshapeFunc", (const GLUTproc) glutReshapeFunc },
glutReshapeFunc(reshape);
glutReshapeFunc(Reshape);
glutReshapeFunc(reshape);