summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-12-21 17:00:44 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-12-21 17:00:44 +0000
commit710f0ce844573faf364dda63295dc942e5848fc9 (patch)
tree63323f756404b2429c5bb4464c41d8ced169f474 /desktop/options.h
parent2d54d7f798cfaae6783e51e6a12c49988f533ace (diff)
downloadnetsurf-710f0ce844573faf364dda63295dc942e5848fc9.tar.gz
netsurf-710f0ce844573faf364dda63295dc942e5848fc9.tar.bz2
Add COLOUR option type. Add some colour options for rendering core interfaces.
svn path=/trunk/netsurf/; revision=11117
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 2779692b6..308615d90 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -36,6 +36,7 @@
#define _NETSURF_DESKTOP_OPTIONS_H_
#include <stdbool.h>
+#include "desktop/plot_style.h"
struct tree;
@@ -110,6 +111,11 @@ extern int option_max_fetchers_per_host;
extern int option_max_cached_fetch_handles;
extern bool option_suppress_curl_debug;
+/* Interface colours */
+extern colour option_gui_colour_bg_1;
+extern colour option_gui_colour_fg_1;
+extern colour option_gui_colour_fg_2;
+
void options_read(const char *path);
void options_write(const char *path);