Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: little mistake in the Doc example  (Read 14347 times)

0 Members and 1 Guest are viewing this topic.

Diego

  • Newbie
  • *
  • Posts: 6
    • View Profile
little mistake in the Doc example
« on: November 11, 2007, 07:30:05 am »
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:
Code: [Select]

     // 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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
little mistake in the Doc example
« Reply #1 on: November 11, 2007, 07:49:01 am »
Quote
The third argument is the windows style, maybe in a previous version it was some IsFullScreen flag or something

You're right, I forgot to update this code.

Quote
Something else, when in the Doc section, the Roadmap section is gone.

Yep, I forgot to update the HTML header for the doc, with is a static copy of the website's header.

Thanks ;)
Laurent Gomila - SFML developer