Windows: Report window HDC in SDL_SysWMinfo.
Fixes Bugzilla #2668. --HG-- extra : rebase_source : d45a1a2af2c6e79d4b778383dd88a6a994c3e81a
This commit is contained in:
parent
cd86ab1347
commit
a0881fff00
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue