fix alt+enter on wine
This commit is contained in:
parent
36aa243d10
commit
6542559733
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
|
||||||
util_update_bnet_pos(x, y);
|
util_update_bnet_pos(x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in_size_move || g_ddraw->wine)
|
if (in_size_move || (g_ddraw->wine && !g_ddraw->fullscreen))
|
||||||
{
|
{
|
||||||
if (x != -32000)
|
if (x != -32000)
|
||||||
g_config.window_rect.left = x; /* -32000 = Exit/Minimize */
|
g_config.window_rect.left = x; /* -32000 = Exit/Minimize */
|
||||||
|
|
Loading…
Reference in a new issue