summaryrefslogtreecommitdiff
path: root/beos/beos_gui.h
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2011-01-30 19:23:42 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2011-01-30 19:23:42 +0000
commite1c11a1d54e6f254d06a1faa02dbbcb5cf3dddb4 (patch)
tree719391f30e12c84c6bf7144129208c130a6bd49e /beos/beos_gui.h
parentcf993628ebbc6c991f8134e5a178731c0e139e79 (diff)
downloadnetsurf-e1c11a1d54e6f254d06a1faa02dbbcb5cf3dddb4.tar.gz
netsurf-e1c11a1d54e6f254d06a1faa02dbbcb5cf3dddb4.tar.bz2
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
Diffstat (limited to 'beos/beos_gui.h')
-rw-r--r--beos/beos_gui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/beos/beos_gui.h b/beos/beos_gui.h
index 0efb8e7a0..a5cb64322 100644
--- a/beos/beos_gui.h
+++ b/beos/beos_gui.h
@@ -21,6 +21,11 @@
#include <Application.h>
#include <FilePanel.h>
#include <Window.h>
+#include <BeBuild.h>
+
+#ifndef B_BEOS_VERSION_DANO
+#define B_UI_SETTINGS_CHANGED '_UIC'
+#endif
#define CALLED() fprintf(stderr, "%s()\n", __FUNCTION__);
@@ -64,3 +69,4 @@ void nsbeos_pipe_message_top(BMessage *message, BWindow *_this, struct beos_scaf
void nsbeos_gui_view_source(struct hlcache_handle *content, struct selection *selection);
image_id nsbeos_find_app_path(char *path);
+void nsbeos_update_system_ui_colors(void);