Set window focus in _common_IDirectDraw_SetDisplayMode().
This commit is contained in:
parent
4751a509e8
commit
d22d0718f4
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue