Hello,

I'm writing an app where I need multiple openGL windows running. This windows are created dynamically by the user. The problem is as soon as the second window opens the first stops processing mouse events and never repaints. The second window works fine but the first stops. I'm hoping this is just something stupid i've done wrong and there is an easy fix.
Any ideas?
Travis