So erhalten Sie die Bildschirmgröße in Tao. -Freeglut

int width = glutGet(GLUT_SCREEN_WIDTH);
int height = glutGet(GLUT_SCREEN_HEIGHT);
Embarrassed Earthworm