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_gui.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'beos/beos_gui.cpp') diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp index 33ac00d36..28096c3a7 100644 --- a/beos/beos_gui.cpp +++ b/beos/beos_gui.cpp @@ -485,6 +485,9 @@ void gui_init(int argc, char** argv) return; } + // ui_color() gives hardcoded values before BApplication is created. + nsbeos_update_system_ui_colors(); + fetch_rsrc_register(); check_homedir(); -- cgit v1.2.3