diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 15:39:02 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 15:39:02 +0100 |
commit | a9ea738067dc81913dd6229b565ee6620f7e2482 (patch) | |
tree | 19cec1080c10b773f647eac06b7be45e946fb795 /fb-gui.c | |
parent | 187097bc1722406fb62597df26308529fec6951e (diff) | |
download | fbida-a9ea738067dc81913dd6229b565ee6620f7e2482.tar.gz |
drm: add flush2.11
Diffstat (limited to 'fb-gui.c')
-rw-r--r-- | fb-gui.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |