[Android] Fixed WindowHandle and getSystemHandle()

This commit is contained in:
Jonathan De Wachter 2013-10-26 14:02:23 +02:00
parent 77567e9656
commit 4626e95491
3 changed files with 5 additions and 6 deletions

View file

@ -63,7 +63,7 @@ namespace sf
#elif defined(SFML_SYSTEM_ANDROID)
// Window handle doesn't exist on Android
// Window handle is ANativeWindow (void*) on Android
typedef void* WindowHandle;
#endif