Added missing but not-so important changes from local SVN working copy.

This commit is contained in:
Ole Loots 2012-07-10 23:35:24 +02:00
parent 0107dba80d
commit bc9d29f00a
5 changed files with 7 additions and 5 deletions

View File

@ -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)))

View File

@ -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"

View File

@ -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

View File

@ -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 );

View File

@ -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