summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-28 18:34:55 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-28 18:34:55 +0100
commitcbe8d1c125b2f3ffa7693673f19d8efda3e6f333 (patch)
tree7d584e114f136ab49a63646f3ddad27b2d926813 /riscos/gui.c
parent4e5d478ed157dd7a61d61c9d079b59c439af777e (diff)
downloadnetsurf-cbe8d1c125b2f3ffa7693673f19d8efda3e6f333.tar.gz
netsurf-cbe8d1c125b2f3ffa7693673f19d8efda3e6f333.tar.bz2
Try the variant that passes "TRUE" in R2.
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 79b07be42..902aa7681 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -339,7 +339,7 @@ set_colour_from_wimp(struct nsoption_s *opts,
os_error *error;
os_PALETTE(20) palette;
- error = xwimp_read_palette((os_palette *) &palette);
+ error = xwimp_read_true_palette((os_palette *) &palette);
if (error != NULL) {
LOG(("xwimp_read_palette: 0x%x: %s",
error->errnum, error->errmess));