summaryrefslogtreecommitdiff
path: root/atari/global_evnt.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-04-10 21:52:07 +0000
committerOle Loots <ole@monochrom.net>2011-04-10 21:52:07 +0000
commit4e7235a92f1f42872bf4c0d1621ce3f3cfba37b1 (patch)
treee81f556532cac29e2ecff2418f542b8cbc6f0e5a /atari/global_evnt.h
parent8723876bd53dc4137743e89e2df0ac690e6c1542 (diff)
downloadnetsurf-4e7235a92f1f42872bf4c0d1621ce3f3cfba37b1.tar.gz
netsurf-4e7235a92f1f42872bf4c0d1621ce3f3cfba37b1.tar.bz2
Moved mouse movement handling into window event handlers, updated resources, updated todos, implemented treeview + hotlist
svn path=/trunk/netsurf/; revision=12182
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 1653d56d1..33ff69dc1 100755
--- a/atari/global_evnt.h
+++ b/atari/global_evnt.h
@@ -59,7 +59,7 @@ struct s_menu_item_evnt {
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 );
+void global_track_mouse_state( LGRECT * bwrect, bool within, short, short, short, short );
void bind_global_events( void );
void unbind_global_events( void );
@@ -68,7 +68,7 @@ void unbind_global_events( void );
static void __CDECL global_evnt_apterm( WINDOW * win, short buff[8] );
static void __CDECL global_evnt_menu( WINDOW * win, short buff[8] );
static void __CDECL global_evnt_keybd( WINDOW * win, short buff[8], void * data);
-static void __CDECL global_evnt_m1( WINDOW * win, short buff[8], void * data);
+
/* Menu event handlers: */
static void __CDECL menu_about(WINDOW *win, int item, int title, void *data);