diff options
author | 2014-04-17 06:27:03 +0000 | |
---|---|---|
committer | 2014-04-17 06:27:03 +0000 | |
commit | 452df5037b942ef82b6dac680053f255dd2a9537 (patch) | |
tree | 3c7f069f7f41fe7295eacee024ea30295caac14c /src/emu/uiinput.h | |
parent | 7b75f417f7a31c509fab8e5de76529e0cf6d540e (diff) |
reverting to classic ui due to lot of issues, as much as I hate reverting some else code (nw)
Diffstat (limited to 'src/emu/uiinput.h')
-rw-r--r-- | src/emu/uiinput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/uiinput.h b/src/emu/uiinput.h index 13e35da2d5d..3cf30ccfed4 100644 --- a/src/emu/uiinput.h +++ b/src/emu/uiinput.h @@ -110,6 +110,7 @@ INLINE void ui_input_push_mouse_move_event(running_machine &machine, render_targ ui_input_push_mouse_leave_event - pushes a mouse leave event to the specified render_target -------------------------------------------------*/ + INLINE void ui_input_push_mouse_leave_event(running_machine &machine, render_target *target) { ui_event event = { UI_EVENT_NONE }; |