1
Window / Hanging when destroying GlContext on Linux
« on: April 15, 2011, 06:34:58 pm »
The last commit seems to have fixed it, thanks.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#include <SFML/Window.hpp>
int main(void)
{
{
sf::Window window(sf::VideoMode(100, 100), "Test");
}
return 0;
}