summaryrefslogtreecommitdiff
path: root/atari/global_evnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/global_evnt.h')
-rwxr-xr-xatari/global_evnt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/global_evnt.h b/atari/global_evnt.h
index e9e343696..1653d56d1 100755
--- a/atari/global_evnt.h
+++ b/atari/global_evnt.h
@@ -55,11 +55,11 @@ struct s_menu_item_evnt {
Global & Menu event handlers
*/
-/* Call this after each call to evnt_multi, to check for states that evnt_multi doesn't: */
+
void snd_redraw(short x, short y, short w, short h);
void snd_win_redraw(WINDOW * win, short x, short y, short w, short h);
+/* Call this after each call to evnt_multi, to check for states that evnt_multi doesn't: */
void global_track_mouse_state( void );
-browser_mouse_state global_track_evnt_mbutton( WINDOW * win, long buff[8], void * data );
void bind_global_events( void );
void unbind_global_events( void );