summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/datmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/datmenu.h')
-rw-r--r--src/frontend/mame/ui/datmenu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/datmenu.h b/src/frontend/mame/ui/datmenu.h
index 79b9bd8c1f6..680e4f0f37a 100644
--- a/src/frontend/mame/ui/datmenu.h
+++ b/src/frontend/mame/ui/datmenu.h
@@ -43,6 +43,7 @@ public:
static void add_info_text(text_layout &layout, std::string_view text, rgb_t color, float size = 1.0f);
protected:
+ virtual void recompute_metrics(uint32_t width, uint32_t height, float aspect) override;
virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override;
virtual bool custom_mouse_down() override;
@@ -58,7 +59,7 @@ private:
std::string revision;
};
- virtual void populate(float &customtop, float &custombottom) override;
+ virtual void populate() override;
virtual void handle(event const *ev) override;
void get_data(std::string &buffer);