summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uigfx.h
diff options
context:
space:
mode:
author Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-24 09:12:03 +0000
committer Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-24 09:12:03 +0000
commitf7c5c67e2ef8db35b7171b955f524029b9f75d75 (patch)
treeba443fb7f441b228522b6dbe5102b9092a4f7324 /src/emu/uigfx.h
parentc1af761befaf01595890cb1256ab8fbf1aca0c49 (diff)
First in a series of updates to remove the use of the global Machine from as many places as possible
Diffstat (limited to 'src/emu/uigfx.h')
-rw-r--r--src/emu/uigfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/uigfx.h b/src/emu/uigfx.h
index 10fbed483a1..3fd2387b332 100644
--- a/src/emu/uigfx.h
+++ b/src/emu/uigfx.h
@@ -25,7 +25,7 @@
void ui_gfx_init(running_machine *machine);
/* master handler */
-UINT32 ui_gfx_ui_handler(UINT32 state);
+UINT32 ui_gfx_ui_handler(running_machine *machine, UINT32 state);
#endif /* __UIGFX_H__ */