From 11064cc12880c0c66b9dc2833775ccbcce9a94cb Mon Sep 17 00:00:00 2001 From: Todd York Date: Tue, 10 Mar 2020 20:49:29 +0800 Subject: [PATCH] Add SDL_SysWMinfo.info.win.hinstance --- src/SDL2.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDL2.cs b/src/SDL2.cs index 46c290c..1296afa 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -7223,6 +7223,7 @@ namespace SDL2 { public IntPtr window; // Refers to an HWND public IntPtr hdc; // Refers to an HDC + public IntPtr hinstance; // Refers to an HINSTANCE } [StructLayout(LayoutKind.Sequential)]