mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
Fix NotifiyWindow on Windows
This commit is contained in:
parent
3e9b8a62ce
commit
ea45173612
|
@ -725,7 +725,7 @@ void CGraphicsBackend_SDL_OpenGL::NotifyWindow()
|
|||
#if defined(CONF_FAMILY_WINDOWS)
|
||||
FLASHWINFO desc;
|
||||
desc.cbSize = sizeof(desc);
|
||||
desc.hwnd = info.window;
|
||||
desc.hwnd = info.info.win.window;
|
||||
desc.dwFlags = FLASHW_TRAY;
|
||||
desc.uCount = 3; // flash 3 times
|
||||
desc.dwTimeout = 0;
|
||||
|
|
Loading…
Reference in a new issue