summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/uwp/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/uwp/window.cpp')
-rw-r--r--src/osd/uwp/window.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/uwp/window.cpp b/src/osd/uwp/window.cpp
index a2c9ca7f92d..dc03908562f 100644
--- a/src/osd/uwp/window.cpp
+++ b/src/osd/uwp/window.cpp
@@ -525,7 +525,7 @@ void uwp_window_info::update()
// Actually perform the redraw
m_primlist = primlist;
- draw_video_contents(FALSE);
+ draw_video_contents(false);
}
}
}
@@ -535,7 +535,7 @@ void uwp_window_info::update()
// (window thread)
//============================================================
-void uwp_window_info::draw_video_contents(int update)
+void uwp_window_info::draw_video_contents(bool update)
{
assert(GetCurrentThreadId() == window_threadid);