diff options
author | 2016-02-04 15:36:33 +0100 | |
---|---|---|
committer | 2016-02-04 15:36:33 +0100 | |
commit | a95c4619c6b89d83528d1afbb1d50eb633ab48d8 (patch) | |
tree | 80cfdd9ce4133509b3ea082aee853c309e95708e /src/emu/ui/ui.cpp | |
parent | 024d67c14f250229765384fc97f8a115d068e622 (diff) |
clear the rest of mewui mentioning (nw)
Diffstat (limited to 'src/emu/ui/ui.cpp')
-rw-r--r-- | src/emu/ui/ui.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/emu/ui/ui.cpp b/src/emu/ui/ui.cpp index 3ca38662e38..93d100196ee 100644 --- a/src/emu/ui/ui.cpp +++ b/src/emu/ui/ui.cpp @@ -2563,9 +2563,10 @@ void ui_manager::set_use_natural_keyboard(bool use_natural_keyboard) assert(error.empty()); } -/********************************************** - * MEWUI - *********************************************/ +//------------------------------------------------- +// wrap_text +//------------------------------------------------- + void ui_manager::wrap_text(render_container *container, const char *origs, float x, float y, float origwrapwidth, int &count, std::vector<int> &xstart, std::vector<int> &xend, float text_size) { float lineheight = get_line_height() * text_size; |