Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32events.h @ 1718:ed4d4f1ea201 SDL-1.3
Further progress on the new Windows video driver:
* SDL_SetModuleHandle() is obsolete, I hope.
* SDL 1.3 uses the UNICODE API
* I'm ignoring Windows CE for the moment, we'll reevaluate what needs to be different for Windows CE later.
* Pulled the stdio redirection from WinMain()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 27 Jun 2006 07:46:36 +0000 |
parents | 931d111e737a |
children | 5b9f50c957ed |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32events.h Tue Jun 27 04:59:10 2006 +0000 +++ b/src/video/win32/SDL_win32events.h Tue Jun 27 07:46:36 2006 +0000 @@ -26,7 +26,11 @@ #include "../SDL_sysvideo.h" -extern void WIN32_PumpEvents(_THIS); +extern LPTSTR SDL_Appname; +extern Uint32 SDL_Appstyle; +extern HINSTANCE SDL_Instance; + +extern void WIN_PumpEvents(_THIS); #endif /* _SDL_win32events_h */