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/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/gui.c') 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 */ -- cgit v1.2.3