Windows: Report window HDC in SDL_SysWMinfo.

Fixes Bugzilla #2668.
This commit is contained in:
Ryan C. Gordon
2015-03-23 19:47:08 -04:00
parent 528e48b980
commit 331a434fa1
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)