On Thu, May 27, 2010 at 07:29:39AM +0000, Ash wrote: > Greetings, > I have the following problem: > In sdlgl mode, when program window is resized, active agar window becomes like > shown on the screeenshot: > http://img441.imageshack.us/img441/6232/greypic.png > Window title and buttons are painted over with grey color. > This doesn't happen in other modes. What could cause this?
One of your widgets is apparently modifying the GL state without undoing its changes before returning from Draw()? The AG_GLView widget will only save and restore the texture, projection and modelview matrices, as well as everything that's covered by glPushAttrib(GL_TRANSFORM_BIT). _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
