mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(D3D) Update
This commit is contained in:
parent
4f37c1a487
commit
3e85aefb80
@ -678,7 +678,7 @@ static bool d3d_construct(d3d_video_t *d3d,
|
||||
|
||||
SetMenu(g_hwnd, LoadMenu(GetModuleHandle(NULL),MAKEINTRESOURCE(IDR_MENU)));
|
||||
SendMessage(g_hwnd, WM_NCCALCSIZE, FALSE, (LPARAM)&rc_temp);
|
||||
win_height += rc_temp.top + rect.top;
|
||||
g_resize_height = win_height += rc_temp.top + rect.top;
|
||||
SetWindowPos(g_hwnd, NULL, 0, 0, win_width, win_height, SWP_NOMOVE);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user