summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 4a1736a4a..64d48dee5 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -86,6 +86,9 @@ struct gui_window {
bool filter_sprites; /**< Images should be smoothed. */
bool animate_images; /**< Animations should run. */
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;
struct gui_window *prev; /**< Previous in linked list. */