summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.h
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-02-21 11:48:45 +0100
committer ImJezze <jezze@gmx.net>2016-02-21 11:48:45 +0100
commitcc24a339d8c0517259084b5c178d784626ba965c (patch)
tree9868e9687b5802ae0a3733712a3bbeb3bc75c953 /src/osd/windows/window.h
parentb5daabda5495dea5c50e17961ecfed2ea8619d76 (diff)
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Second attempt
Diffstat (limited to 'src/osd/windows/window.h')
-rw-r--r--src/osd/windows/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h
index 62d4f57db55..6a925494f93 100644
--- a/src/osd/windows/window.h
+++ b/src/osd/windows/window.h
@@ -9,6 +9,7 @@
#ifndef __WIN_WINDOW__
#define __WIN_WINDOW__
+#include <mutex>
#include "video.h"
#include "render.h"
@@ -92,7 +93,7 @@ public:
float m_aspect;
// rendering info
- osd_lock * m_render_lock;
+ std::mutex m_render_lock;
render_target * m_target;
int m_targetview;
int m_targetorient;