Fixed Window::EnableKeyRepeat on Linux

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1039 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-03-04 18:42:11 +00:00
parent f9e24c6ec5
commit 0adb1c35e0

View File

@ -5,6 +5,7 @@
#include <SFML/Window.hpp>
#include <fstream>
#include <iostream>
////////////////////////////////////////////////////////////
/// Entry point of application