client rect

what is the function to return the size of the client area (w, h) using only GLUT?

Originally posted by lee:
what is the function to return the size of the client area (w, h) using only GLUT?

You store that away yourself whenever your “resize” callback is called.

Cheers.