Set window focus in _common_IDirectDraw_SetDisplayMode().

This commit is contained in:
Robert Riggs 1998-12-10 09:05:09 +00:00 committed by Alexandre Julliard
parent 4751a509e8
commit d22d0718f4
1 changed files with 1 additions and 0 deletions

View File

@ -1960,6 +1960,7 @@ static void _common_IDirectDraw_SetDisplayMode(LPDIRECTDRAW this) {
ShowWindow32(this->d.window,TRUE);
UpdateWindow32(this->d.window);
}
SetFocus32(this->d.window);
}
static HRESULT WINAPI DGA_IDirectDraw_SetDisplayMode(