diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-12 08:03:34 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-17 12:44:01 +0100 |
commit | 62959ffe45bdd7bb069e529686a8c152518812fc (patch) | |
tree | 955d166afd4efc1a7502a2fc68de6dfbf74725eb /include/ui | |
parent | 63ed4907cb4cfacf1f875f938037af9c75afa453 (diff) | |
download | qemu-62959ffe45bdd7bb069e529686a8c152518812fc.tar.gz qemu-62959ffe45bdd7bb069e529686a8c152518812fc.tar.bz2 qemu-62959ffe45bdd7bb069e529686a8c152518812fc.zip |
sdl2: move sdl2_2d_refresh to sdl2-2d.c
Now that common event handling code is split off, we can move
over sdl_refresh to sdl2-2d.c, and rename it to sdl2_2d_refresh.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/sdl2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/sdl2.h b/include/ui/sdl2.h index bda60f8b93..f56c596e31 100644 --- a/include/ui/sdl2.h +++ b/include/ui/sdl2.h @@ -26,6 +26,7 @@ void sdl2_2d_update(DisplayChangeListener *dcl, int x, int y, int w, int h); void sdl2_2d_switch(DisplayChangeListener *dcl, DisplaySurface *new_surface); +void sdl2_2d_refresh(DisplayChangeListener *dcl); void sdl2_2d_redraw(struct sdl2_console *scon); #endif /* SDL2_H */ |