aboutsummaryrefslogtreecommitdiffstats
path: root/fb-gui.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-24 15:39:02 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-24 15:39:02 +0100
commita9ea738067dc81913dd6229b565ee6620f7e2482 (patch)
tree19cec1080c10b773f647eac06b7be45e946fb795 /fb-gui.c
parent187097bc1722406fb62597df26308529fec6951e (diff)
downloadfbida-a9ea738067dc81913dd6229b565ee6620f7e2482.tar.gz
drm: add flush2.11
Diffstat (limited to 'fb-gui.c')
-rw-r--r--fb-gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fb-gui.c b/fb-gui.c
index 0080309..022d06d 100644
--- a/fb-gui.c
+++ b/fb-gui.c
@@ -101,6 +101,8 @@ void shadow_render(gfxstate *gfx)
shadow_render_line(gfx, i, gfx->mem + offset, shadow[i]);
sdirty[i] = 0;
}
+ if (gfx->flush_display)
+ gfx->flush_display();
}
void shadow_clear_lines(int first, int last)