From 268b1b61d046a08069b77bd0fd66eac3874964eb Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 11 Nov 2015 05:32:55 +0100 Subject: [PATCH] (D3D) Buildfix --- gfx/d3d/d3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/d3d/d3d.cpp b/gfx/d3d/d3d.cpp index e9f82e0986..89fd413f0a 100644 --- a/gfx/d3d/d3d.cpp +++ b/gfx/d3d/d3d.cpp @@ -635,7 +635,7 @@ static bool d3d_construct(d3d_video_t *d3d, bool windowed_full; RECT mon_rect; MONITORINFOEX mon; - HMONITOR hm_to_use + HMONITOR hm_to_use; d3d_monitor_rect(d3d, &mon, &hm_to_use); mon_rect = mon.rcMonitor;