mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
sdl: shorten the GUI refresh interval when mouse or keyboard is active
Signed-off-by: Jindřich Makovička <makovick@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
919e11f373
commit
56bdd4b69a
3 changed files with 46 additions and 0 deletions
|
@ -19,6 +19,7 @@ struct sdl2_console {
|
|||
int hidden;
|
||||
int opengl;
|
||||
int updates;
|
||||
int idle_counter;
|
||||
SDL_GLContext winctx;
|
||||
#ifdef CONFIG_OPENGL
|
||||
ConsoleGLState *gls;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue