summaryrefslogtreecommitdiff
path: root/src/SFML/Window/WindowImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Window/WindowImpl.hpp')
-rwxr-xr-xsrc/SFML/Window/WindowImpl.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/SFML/Window/WindowImpl.hpp b/src/SFML/Window/WindowImpl.hpp
index e231ff3..15d29ec 100755
--- a/src/SFML/Window/WindowImpl.hpp
+++ b/src/SFML/Window/WindowImpl.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2008 Laurent Gomila (laurent.gom@gmail.com)
+// Copyright (C) 2007-2009 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -109,6 +109,12 @@ public :
void RemoveListener(WindowListener* Listener);
////////////////////////////////////////////////////////////
+ /// Initialize window's states that can't be done at construction
+ ///
+ ////////////////////////////////////////////////////////////
+ void Initialize();
+
+ ////////////////////////////////////////////////////////////
/// Get the client width of the window
///
/// \return Width of the window in pixels