aboutsummaryrefslogtreecommitdiffstats
path: root/fb-gui.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-30 16:17:07 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-03-30 16:17:07 +0200
commit6b54359f371edab9f6165757aabcfe823b77ccd4 (patch)
tree8902d2d3adc9b8bcc1cd52b4c82d36b9ab0667a2 /fb-gui.c
parent23c102eb5272d3c2199cb5d952c3ad4b15a03cf6 (diff)
downloadfbida-6b54359f371edab9f6165757aabcfe823b77ccd4.tar.gz
fbpdf: pageflip
Diffstat (limited to 'fb-gui.c')
-rw-r--r--fb-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb-gui.c b/fb-gui.c
index 022d06d..3665f2c 100644
--- a/fb-gui.c
+++ b/fb-gui.c
@@ -102,7 +102,7 @@ void shadow_render(gfxstate *gfx)
sdirty[i] = 0;
}
if (gfx->flush_display)
- gfx->flush_display();
+ gfx->flush_display(false);
}
void shadow_clear_lines(int first, int last)