Windows: Report window HDC in SDL_SysWMinfo.

Fixes Bugzilla #2668.

--HG--
extra : rebase_source : d45a1a2af2c6e79d4b778383dd88a6a994c3e81a
This commit is contained in:
Ryan C. Gordon 2015-03-23 19:47:08 -04:00
parent cd86ab1347
commit a0881fff00
2 changed files with 4 additions and 2 deletions

View file

@ -186,6 +186,7 @@ struct SDL_SysWMinfo
struct
{
HWND window; /**< The window handle */
HDC hdc; /**< The window device context */
} win;
#endif
#if defined(SDL_VIDEO_DRIVER_WINRT)