summaryrefslogtreecommitdiff
path: root/atari/gui.c
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/gui.c
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/gui.c')
-rwxr-xr-xatari/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 1eef081dd..396497ebc 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -198,7 +198,7 @@ gui_create_browser_window(struct browser_window *bw,
memset( gw, 0, sizeof(struct gui_window) );
LOG(("new window: %p, bw: %p\n", gw, bw));
- window_create(gw, bw, WIDGET_STATUSBAR|WIDGET_TOOLBAR );
+ window_create(gw, bw, WIDGET_STATUSBAR|WIDGET_TOOLBAR|WIDGET_RESIZE|WIDGET_SCROLL );
if( gw->root->handle ) {
window_open( gw );
/* Recalculate windows browser area now */