diff options
| author | 2016-10-22 11:31:49 +0200 | |
|---|---|---|
| committer | 2016-10-22 11:31:49 +0200 | |
| commit | 23ad94073f4c2f7131fa0c95b6202f2f9027db41 (patch) | |
| tree | 4f4e1e27a22ace8fea49b63030d4462db7cb68a1 /src/emu/uiinput.cpp | |
| parent | 255bf78b316a9dc9e4c53a65143000471a6927d3 (diff) | |
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_char, unicode_char (nw)
Diffstat (limited to 'src/emu/uiinput.cpp')
| -rw-r--r-- | src/emu/uiinput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/uiinput.cpp b/src/emu/uiinput.cpp index 0523decc27d..380dc5c16c9 100644 --- a/src/emu/uiinput.cpp +++ b/src/emu/uiinput.cpp @@ -386,7 +386,7 @@ void ui_input_manager::push_mouse_double_click_event(render_target* target, INT3 push_char_event - pushes a char event to the specified render_target -------------------------------------------------*/ -void ui_input_manager::push_char_event(render_target* target, unicode_char ch) +void ui_input_manager::push_char_event(render_target* target, char32_t ch) { ui_event event = { UI_EVENT_NONE }; event.event_type = UI_EVENT_CHAR; |
