summaryrefslogtreecommitdiff
path: root/beos/beos_gui.h
diff options
context:
space:
mode:
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);