summaryrefslogtreecommitdiff
path: root/beos/beos_scaffolding.h
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-10-16 16:01:44 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-10-16 16:01:44 +0000
commitce07ebcea8d4c0460b58de7b59bb94734b650cbe (patch)
tree6c897f60eb9d561bdc1881e6f137fbf297911e03 /beos/beos_scaffolding.h
parentb3a5250f994bd772b14dad3472384b8534e0ad4f (diff)
downloadnetsurf-ce07ebcea8d4c0460b58de7b59bb94734b650cbe.tar.gz
netsurf-ce07ebcea8d4c0460b58de7b59bb94734b650cbe.tar.bz2
- 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
Diffstat (limited to 'beos/beos_scaffolding.h')
-rw-r--r--beos/beos_scaffolding.h2
1 files changed, 2 insertions, 0 deletions
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 <View.h>
#include <Window.h>
+#include <NetPositive.h>
+
extern "C" {
#include "desktop/gui.h"
#include "desktop/plotters.h"