summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/window.h')
-rw-r--r--src/osd/windows/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h
index cd1ebc80842..9633ed3990c 100644
--- a/src/osd/windows/window.h
+++ b/src/osd/windows/window.h
@@ -123,6 +123,7 @@ struct win_draw_callbacks
int (*window_draw)(win_window_info *window, HDC dc, int update);
void (*window_save)(win_window_info *window);
void (*window_record)(win_window_info *window);
+ void (*window_toggle_fsfx)(win_window_info *window);
void (*window_destroy)(win_window_info *window);
};
@@ -158,6 +159,7 @@ extern LRESULT CALLBACK winwindow_video_window_proc_ui(HWND wnd, UINT message, W
void winwindow_toggle_full_screen(void);
void winwindow_take_snap(void);
void winwindow_take_video(void);
+void winwindow_toggle_fsfx(void);
void winwindow_process_events_periodic(running_machine &machine);
void winwindow_process_events(running_machine &machine, int ingame);