summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c2
-rwxr-xr-xamiga/history_local.c1
-rwxr-xr-xamiga/thumbnail.c1
-rwxr-xr-xamiga/tree.c1
4 files changed, 5 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index db939462d..8feb8c50f 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3170,6 +3170,7 @@ void ami_do_redraw_limits(struct gui_window *g, struct browser_window *bw,
int posx, posy;
struct redraw_context ctx = {
.interactive = true,
+ .background_images = true,
.plot = &amiplot
};
@@ -3373,6 +3374,7 @@ void ami_do_redraw(struct gui_window_2 *g)
struct rect clip;
struct redraw_context ctx = {
.interactive = true,
+ .background_images = true,
.plot = &amiplot
};
diff --git a/amiga/history_local.c b/amiga/history_local.c
index 7b0d70188..c608c3567 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -159,6 +159,7 @@ void ami_history_redraw(struct history_window *hw)
ULONG xs,ys;
struct redraw_context ctx = {
.interactive = true,
+ .background_images = true,
.plot = &amiplot
};
diff --git a/amiga/thumbnail.c b/amiga/thumbnail.c
index 8b755fac6..92d525529 100755
--- a/amiga/thumbnail.c
+++ b/amiga/thumbnail.c
@@ -44,6 +44,7 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap,
int plot_height;
struct redraw_context ctx = {
.interactive = false,
+ .background_images = true,
.plot = &amiplot
};
diff --git a/amiga/tree.c b/amiga/tree.c
index 86537c89c..7c0367e3d 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -1218,6 +1218,7 @@ void ami_tree_redraw_request(int x, int y, int width, int height, void *data)
int pos_x, pos_y;
struct redraw_context ctx = {
.interactive = true,
+ .background_images = true,
.plot = &amiplot
};