diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/osd/modules/osdwindow.h | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/osd/modules/osdwindow.h')
-rw-r--r-- | src/osd/modules/osdwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/osdwindow.h b/src/osd/modules/osdwindow.h index 072924693d8..a2ab9228454 100644 --- a/src/osd/modules/osdwindow.h +++ b/src/osd/modules/osdwindow.h @@ -162,7 +162,7 @@ public: m_platform_window = window; } - std::shared_ptr<osd_window> main_window() const { return m_main; } + std::shared_ptr<osd_window> main_window() const { return m_main; } void set_main_window(std::shared_ptr<osd_window> main) { m_main = main; } // Clips the pointer to the bounds of this window @@ -187,7 +187,7 @@ public: render_primitive_list *m_primlist; osd_window_config m_win_config; - int m_index; + int m_index; protected: int m_prescale; private: @@ -253,8 +253,8 @@ protected: /* Internal flags */ static const int FI_CHANGED = 0x010000; - bool m_sliders_dirty; - std::vector<ui_menu_item> m_sliders; + bool m_sliders_dirty; + std::vector<ui_menu_item> m_sliders; private: std::weak_ptr<osd_window> m_window; |