Fix NotifiyWindow on Windows

This commit is contained in:
def 2015-08-26 04:18:31 +02:00
parent 3e9b8a62ce
commit ea45173612

View file

@ -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;