mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-06 15:24:34 +00:00
fixed full screen refresh
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@913 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3440557b6d
commit
ee38b4c813
2
sdl.c
2
sdl.c
@ -264,8 +264,8 @@ static void toggle_full_screen(DisplayState *ds)
|
|||||||
if (!gui_saved_grab)
|
if (!gui_saved_grab)
|
||||||
sdl_grab_end();
|
sdl_grab_end();
|
||||||
}
|
}
|
||||||
|
vga_invalidate_display();
|
||||||
vga_update_display();
|
vga_update_display();
|
||||||
sdl_update(ds, 0, 0, screen->w, screen->h);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sdl_refresh(DisplayState *ds)
|
static void sdl_refresh(DisplayState *ds)
|
||||||
|
1
vl.h
1
vl.h
@ -542,6 +542,7 @@ int vga_initialize(DisplayState *ds, uint8_t *vga_ram_base,
|
|||||||
unsigned long vga_ram_offset, int vga_ram_size,
|
unsigned long vga_ram_offset, int vga_ram_size,
|
||||||
int is_pci);
|
int is_pci);
|
||||||
void vga_update_display(void);
|
void vga_update_display(void);
|
||||||
|
void vga_invalidate_display(void);
|
||||||
void vga_screen_dump(const char *filename);
|
void vga_screen_dump(const char *filename);
|
||||||
|
|
||||||
/* cirrus_vga.c */
|
/* cirrus_vga.c */
|
||||||
|
Loading…
Reference in New Issue
Block a user