From ce07ebcea8d4c0460b58de7b59bb94734b650cbe Mon Sep 17 00:00:00 2001 From: François Revel Date: Thu, 16 Oct 2008 16:01:44 +0000 Subject: - handle NetPositive what codes; this makes it easy to use NetSurf instead by just changing the archived message used to instantiate it. - fix background view color, some host apps hide the BDragger, making it visible. - handle mailto: urls as a special case, we historically use the prefered app for text/x-email. svn path=/trunk/netsurf/; revision=5584 --- beos/beos_scaffolding.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'beos/beos_scaffolding.h') diff --git a/beos/beos_scaffolding.h b/beos/beos_scaffolding.h index 6fcc84ebc..00c6b5add 100644 --- a/beos/beos_scaffolding.h +++ b/beos/beos_scaffolding.h @@ -22,6 +22,8 @@ #include #include +#include + extern "C" { #include "desktop/gui.h" #include "desktop/plotters.h" -- cgit v1.2.3