From e1c11a1d54e6f254d06a1faa02dbbcb5cf3dddb4 Mon Sep 17 00:00:00 2001 From: François Revel Date: Sun, 30 Jan 2011 19:23:42 +0000 Subject: Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). Update those when they are updated in ZETA. Also update the toolbar and statusbar background. svn path=/trunk/netsurf/; revision=11535 --- beos/beos_scaffolding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'beos/beos_scaffolding.h') diff --git a/beos/beos_scaffolding.h b/beos/beos_scaffolding.h index 00c6b5add..ae7839175 100644 --- a/beos/beos_scaffolding.h +++ b/beos/beos_scaffolding.h @@ -58,6 +58,7 @@ public: NSBrowserWindow(BRect frame, struct beos_scaffolding *scaf); virtual ~NSBrowserWindow(); +virtual void DispatchMessage(BMessage *message, BHandler *handler); virtual void MessageReceived(BMessage *message); virtual bool QuitRequested(void); -- cgit v1.2.3