From bc9d29f00ae84ae8fc9963f789358e4953100ea6 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 10 Jul 2012 23:35:24 +0200 Subject: Added missing but not-so important changes from local SVN working copy. --- atari/Makefile.target | 1 + atari/browser_win.c | 3 ++- atari/doc/readme.txt | 4 ++-- atari/history.c | 2 +- atari/toolbar.h | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/atari/Makefile.target b/atari/Makefile.target index 25f265ad5..5776a8d1f 100644 --- a/atari/Makefile.target +++ b/atari/Makefile.target @@ -11,6 +11,7 @@ NETSURF_USE_JS:=YES NETSURF_USE_MOZJS:=YES endif +# non-pkgconfig components $(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,PNG/MNG/JNG (libmng))) $(eval $(call feature_enabled,GD_PLOTTER,-DWITH_GD_PLOTTER,-lgd,GD Plotter (libgd))) $(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng))) diff --git a/atari/browser_win.c b/atari/browser_win.c index 4719230d3..e9a0c499a 100755 --- a/atari/browser_win.c +++ b/atari/browser_win.c @@ -46,7 +46,8 @@ #include "atari/gui.h" #include "atari/browser_win.h" #include "atari/browser.h" -#include "atari/misc.h" +#include "atari/misc.h" +#include "atari/plot.h" #include "atari/global_evnt.h" #include "atari/res/netsurf.rsh" #include "atari/browser.h" diff --git a/atari/doc/readme.txt b/atari/doc/readme.txt index 18620a542..829b59ec8 100755 --- a/atari/doc/readme.txt +++ b/atari/doc/readme.txt @@ -6,10 +6,10 @@ NATIVE ATARI ALPHA - Version 3.0 (Development Version) + Version 2.9 (Release Version) Ported by: m0n0 -Release date: 09.09.2011 +Release date: xx.xx.xx Contact: ole@monochrom.net WWW: http://netsurf-browser.org diff --git a/atari/history.c b/atari/history.c index 683d6a588..c145da3ad 100755 --- a/atari/history.c +++ b/atari/history.c @@ -103,7 +103,7 @@ bool global_history_init( void ) LOG(("Failed to allocate history window")); return( false ); } - /* TODO: load hotlist strings from messages */ + /* TODO: load history strings from messages */ WindSetStr( gl_history.window, WF_NAME, (char*)"History" ); //WindSetPtr( gl_history.window, WF_TOOLBAR, tree, evnt_history_toolbar ); EvntAttach( gl_history.window, WM_CLOSED, evnt_history_close ); diff --git a/atari/toolbar.h b/atari/toolbar.h index 66b998840..7f8640843 100755 --- a/atari/toolbar.h +++ b/atari/toolbar.h @@ -22,7 +22,7 @@ #include "desktop/textarea.h" #include "desktop/textinput.h" #include "content/hlcache.h" -#include "atari/browser.h" +#include "atari/browser.h" #define TB_BUTTON_WIDTH 32 #define THROBBER_WIDTH 32 -- cgit v1.2.3