From 23ad94073f4c2f7131fa0c95b6202f2f9027db41 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 22 Oct 2016 11:31:49 +0200 Subject: use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_char, unicode_char (nw) --- src/emu/uiinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/uiinput.cpp') 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; -- cgit v1.2.3