diff options
Diffstat (limited to 'src/osd/uwp/window.h')
-rw-r--r-- | src/osd/uwp/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/uwp/window.h b/src/osd/uwp/window.h index 449db252e7b..b95676b40fb 100644 --- a/src/osd/uwp/window.h +++ b/src/osd/uwp/window.h @@ -157,7 +157,7 @@ struct osd_draw_callbacks //============================================================ BOOL winwindow_has_focus(void); -void winwindow_process_events(running_machine &machine, int ingame, bool nodispatch); +void winwindow_process_events(running_machine &machine, bool ingame, bool nodispatch); void winwindow_process_events_periodic(running_machine &machine); //============================================================ |