From 3b2846ad9f156e62574a0abc5ec489f8f13f1121 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 11 May 2011 01:34:40 +0200 Subject: qemu-char-android.c: rename to qemu-char.c + convert to QemuOpts* initialization functions. Change-Id: I5a245ed2de068af49fdc92de8e3e834d0f49aa27 --- console.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'console.h') diff --git a/console.h b/console.h index afdede1..97755ab 100644 --- a/console.h +++ b/console.h @@ -223,10 +223,14 @@ struct DisplayState { struct DisplayState *next; }; +void vga_fill_rect (DisplayState *ds, int posx, int posy, + int width, int height, uint32_t color); void register_displaystate(DisplayState *ds); DisplayState *get_displaystate(void); DisplaySurface* qemu_create_displaysurface_from(int width, int height, int bpp, int linesize, uint8_t *data); +void qemu_alloc_display(DisplaySurface *surface, int width, int height, + int linesize, PixelFormat pf, int newflags); PixelFormat qemu_different_endianness_pixelformat(int bpp); PixelFormat qemu_default_pixelformat(int bpp); -- cgit v1.1