summaryrefslogtreecommitdiff
path: root/atari/browser_win.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-11-05 15:18:19 +0000
committerOle Loots <ole@monochrom.net>2011-11-05 15:18:19 +0000
commit044fec706f2ea5a074f76f739532986e73f915a6 (patch)
tree5e11b2aaa9e32e29a6dceb2122469393ca461344 /atari/browser_win.h
parent5f10479c26864124672f37130173f53ce52dbefe (diff)
downloadnetsurf-044fec706f2ea5a074f76f739532986e73f915a6.tar.gz
netsurf-044fec706f2ea5a074f76f739532986e73f915a6.tar.bz2
-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
Diffstat (limited to 'atari/browser_win.h')
-rwxr-xr-xatari/browser_win.h5
1 files changed, 4 insertions, 1 deletions
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