diff options
author | 2016-06-29 08:34:30 +0200 | |
---|---|---|
committer | 2016-06-29 08:34:30 +0200 | |
commit | 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch) | |
tree | a1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/osd/sdl/window.h | |
parent | 1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff) |
Cleanup and version bumpmame0175
Diffstat (limited to 'src/osd/sdl/window.h')
-rw-r--r-- | src/osd/sdl/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/sdl/window.h b/src/osd/sdl/window.h index 098c1823b50..9f6b42790b3 100644 --- a/src/osd/sdl/window.h +++ b/src/osd/sdl/window.h @@ -111,8 +111,8 @@ private: // monitor info osd_monitor_info * m_monitor; int m_fullscreen; - bool m_mouse_captured; - bool m_mouse_hidden; + bool m_mouse_captured; + bool m_mouse_hidden; void measure_fps(int update); |