From 044fec706f2ea5a074f76f739532986e73f915a6 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 5 Nov 2011 15:18:19 +0000 Subject: -Remove a bunch of code which was intended to handle framed-pages. It's better handled by the OS, because frames won't be handled within the frontend anymore. - Clear window when no content is available svn path=/trunk/netsurf/; revision=13125 --- atari/browser_win.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'atari/browser_win.h') diff --git a/atari/browser_win.h b/atari/browser_win.h index b58ca3c6c..a17cb4c99 100755 --- a/atari/browser_win.h +++ b/atari/browser_win.h @@ -24,6 +24,8 @@ #define WIDGET_STATUSBAR 0x1 #define WIDGET_TOOLBAR 0x2 +#define WIDGET_SCROLL 0x4 +#define WIDGET_RESIZE 0x8 /* WinDom & Custom bindings for gui window */ @@ -79,5 +81,6 @@ static void __CDECL evnt_window_destroy( WINDOW *win, short buff[8], void *data static void __CDECL evnt_window_keybd(WINDOW *win, short buff[8], void *data ); static void __CDECL evnt_window_mbutton(WINDOW *win, short buff[8], void *data ); static void __CDECL evnt_window_m1( WINDOW * win, short buff[8], void * data); - +static void __CDECL evnt_window_slider( WINDOW * win, short buff[8], void * data); +static void __CDECL evnt_window_arrowed( WINDOW *win, short buff[8], void *data ); #endif -- cgit v1.2.3