Hi,
I have a big problem with my program, which started when I replaced the drawing code from wxWidgets with SFML Drawing Code(because of the performance).
Sometimes(about 1 third of all trys) during the execution of the program comiz fusion gets incredebly slow(first I thought X is frozen), it always happens during a compiz fusion effect. It only happens when my program is running, but even if it does nothing compiz sometimes crash during an effect. With metacity --replace everything works fine again, so I think it only occures with Compiz.
Because there should be no way how my Code could crash compiz fusion
I think it could be something with OpenGL(I'm not using OpenGL Code, but Compiz Fusion is and I think SFML is too(?))
I'm using SFML 1.3, wxWidgets, Boost and Ubuntu 8.04.
I hope you can help me