summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/selmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/selmenu.h')
-rw-r--r--src/frontend/mame/ui/selmenu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/selmenu.h b/src/frontend/mame/ui/selmenu.h
index 7741cc8b2d5..7878f12fd54 100644
--- a/src/frontend/mame/ui/selmenu.h
+++ b/src/frontend/mame/ui/selmenu.h
@@ -182,9 +182,12 @@ private:
cache_ptr m_cache;
bool m_is_swlist;
focused_menu m_focus;
- bool m_pressed; // mouse button held down
+ bool m_pressed; // mouse button held down
osd_ticks_t m_repeat;
+ int m_right_visible_lines; // right box lines
+
+
render_texture *m_icons_texture[MAX_ICONS_RENDER];
bitmap_ptr m_icons_bitmap[MAX_ICONS_RENDER];
game_driver const *m_old_icons[MAX_ICONS_RENDER];