next up previous contents
Next: About this document ... Up: FAQ Previous: I can't run X   Contents

The windows of my GLUT application are not updated (or only one of them is updated).

What's happening is simple: only your original window is calling glutPostRedisplay(). A simple solution is to make sure that the glutIdleFunc callback is calling your display function.


2001-12-09