Merge branch 'master' of github.com:LaurentGomila/SFML

This commit is contained in:
Laurent Gomila 2011-07-17 12:22:08 +02:00
commit dfe7cba373
41 changed files with 5373 additions and 35 deletions

View file

@ -54,7 +54,7 @@ namespace sf
#elif defined(SFML_SYSTEM_MACOS)
// Window handle is NSWindow (void*) on Mac OS X - Cocoa
typedef void* WindowHandle;
typedef void* WindowHandle;
#endif