summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 13fbf2836..7fe9f81a2 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -304,6 +304,7 @@ fb_redraw(fbtk_widget_t *widget,
struct rect clip;
struct redraw_context ctx = {
.interactive = true,
+ .background_images = true,
.plot = &fb_plotters
};