summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-04-20 23:22:49 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-04-20 23:22:49 +0000
commitd736b3d3e58107293d95f94492ce3c8e281291a6 (patch)
tree8faba8f18fbe5bafef5a5d97a8d7850e95cbe62c /riscos/gui.h
parent05869d79be896c681cfd3ec0b0d2e0c3ab327df9 (diff)
downloadnetsurf-d736b3d3e58107293d95f94492ce3c8e281291a6.tar.gz
netsurf-d736b3d3e58107293d95f94492ce3c8e281291a6.tar.bz2
[project @ 2005-04-20 23:22:49 by rjw]
Remove background blending option, fix tree menu bug. svn path=/import/netsurf/; revision=1675
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 9293046bb..4b4c056c5 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -75,7 +75,6 @@ struct gui_window {
struct {
float scale; /**< Scale, 1.0 = 100%. */
bool background_images; /**< Display background images. */
- bool background_blending; /**< Perform background blending on text. */
bool buffer_animations; /**< Use screen buffering for animations. */
bool buffer_everything; /**< Use screen buffering for everything. */
} option;