On 2014-12-11 at 11:49, Gerd Hoffmann wrote:
Add a new sdl2_2d_redraw function for a complete screen refresh,
so we can stop using graphic_hw_invalidate for that. There is
no need to bother console / gfx emulation code if we are just
going to re-blit the screen after window resizes.
Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
---
include/ui/sdl2.h | 1 +
ui/sdl2-2d.c | 11 +++++++++++
ui/sdl2.c | 17 ++++++-----------
3 files changed, 18 insertions(+), 11 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>