Hi, > Some emulated graphics cards use qemu_console_surface() and that > surface is always in 32 bits per pixel format. Therefore, code for > dealing with other pixel formats can be removed.
qemu_create_displaysurface() creates a displaysurface with the default depth 32bpp. qemu_console_resize() will create a new displaysurface, with the given size, also with the default depth 32bpp. qemu_console_surface() just asks for the current surface, that alone isn't a good indicator, but often display drivers use qemu_console_surface + qemu_console_resize. cheers, Gerd