mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(D3D) Buildfix
This commit is contained in:
parent
0f9f8c248b
commit
268b1b61d0
@ -635,7 +635,7 @@ static bool d3d_construct(d3d_video_t *d3d,
|
|||||||
bool windowed_full;
|
bool windowed_full;
|
||||||
RECT mon_rect;
|
RECT mon_rect;
|
||||||
MONITORINFOEX mon;
|
MONITORINFOEX mon;
|
||||||
HMONITOR hm_to_use
|
HMONITOR hm_to_use;
|
||||||
|
|
||||||
d3d_monitor_rect(d3d, &mon, &hm_to_use);
|
d3d_monitor_rect(d3d, &mon, &hm_to_use);
|
||||||
mon_rect = mon.rcMonitor;
|
mon_rect = mon.rcMonitor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user