summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/window.h')
-rw-r--r--src/osd/windows/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h
index 3db5177cf6d..278329bb539 100644
--- a/src/osd/windows/window.h
+++ b/src/osd/windows/window.h
@@ -122,7 +122,7 @@ public:
int m_lastclicky;
private:
- void draw_video_contents(HDC dc, int update);
+ void draw_video_contents(HDC dc, bool update);
int complete_create();
void set_starting_view(int index, const char *defview, const char *view);
int wnd_extra_width();