Hello everybody, i've been checking out this library and is going really well, i'm already working in some stuff using it.
Anyway, to the topic, there is a little mistake here:
http://sfml.sourceforge.net/documentation/In the "Short Example", in this piece exactly:
// Create the main window
sf::RenderWindow App(sf::VideoMode(800, 600), "SFML window", false);
The third argument is the windows style, maybe in a previous version it was some IsFullScreen flag or something.
Something else, when in the Doc section, the Roadmap section is gone.
Well, just that, not very important. I'll keep looking at the library, and maybe get more involved.
Regards.