Как получить размер экрана в Tao.freeGlut

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