From 44856d86d4efb12e08c8ef7560f39233107dfa8a Mon Sep 17 00:00:00 2001 From: François Revel Date: Wed, 13 Aug 2008 19:35:41 +0000 Subject: Fix the BeOS build: - hack to work around stdbool.h issue with R5 devkit - fix prototypes - fix bitmap code - fix copy-paste on forward button - remove unused gif throbber loading code - R5 rgb_color doesn't have != operator, use memcmp() - switch back to file based [beos]default.css for the time being - realpath() hack for R5 Regressions: - asserts on haiku-os.org - no libns* yet, so less image support - text field input doesn't work anymore. svn path=/trunk/netsurf/; revision=5109 --- beos/res/beosdefault.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/res') diff --git a/beos/res/beosdefault.css b/beos/res/beosdefault.css index 1101176cb..9021eedd9 100644 --- a/beos/res/beosdefault.css +++ b/beos/res/beosdefault.css @@ -4,7 +4,7 @@ /* Load base stylesheet. */ -@import "rsrc:/default.css,text/css"; +@import "default.css"; /* Apply GTK specific rules. */ -- cgit v1.2.3