OpenGL/GLUT not re-displaying uncovered windows

Hi,
I’m a newbie writing an app for Mac and Windows. The app requires multiple windows at once. It all seems to work fine except that in the Windows version, when I slide one window over the immediately previous in-focus one, that window refreshes properly. When I slide the in-focus window over a much earlier window, the much earlier one does not refresh.

So, if I create windows A, B, and C in that order, B will refresh if I drag C over it, but A will not refresh if I drag C over it.

How can I fix this?
TIA
PeterG

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.